首页 干货 Github 正文 GithubGit的一些原理上的初步理解 2019-03-30 192 0 分享 Git的一些原理上的初步理解 不同的文件夹对应着不同的仓库。 先添加文件夹或文件 再把文件夹与远程仓库联系起来 再commit, 然后push 流程大概如此。 此外,不要用git之外的程序比如explorer去增删改查,不然不同步会出现奇怪的错误。 标签:Git 分享
Github Linux 2018-07-24 git push错误failed to push some refs to的解决 git push错误failed to push some refs to的解决
暂无评论
要发表评论,您必须先 登录