hexo-back-up-bug

修改hexo-git-backup的git.js

1
2
3
4
5

for (var t in repo){
commands.push(['push', '-u', t, repo[t].branch, '--force']);
//commands.push(['push', '-u', t, 'master:' + repo[t].branch, '--force']);
}