# hexo-back-up-bug

LLMS 索引： [llms.txt](/llms.txt)

---

修改hexo-git-backup的git.js

```js

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