更新本地库
在LeetCode上,每做完一道题目,为方便后续回顾,同步远程Github。
1 | git add 需要同步的文件 |
远程仓库与本地仓库冲突
由于在远程仓库创建过新文件,导致与本地仓库版本冲突无法合并:
1 | $ git push origin master |
在LeetCode上,每做完一道题目,为方便后续回顾,同步远程Github。
1 | git add 需要同步的文件 |
由于在远程仓库创建过新文件,导致与本地仓库版本冲突无法合并:
1 | $ git push origin master |