摘要:
copy from :https://blog.csdn.net/u013176681/article/details/78805257 untrack表示是新文件,没有被add过,是为跟踪的意思。 not staged 表示add过的文件,即跟踪文件,再次修改没有add,就是没有暂存的意思 具体看 阅读全文
posted @ 2020-02-13 18:46
oude_yang
阅读(559)
评论(0)
推荐(0)
摘要:
copy from :https://blog.csdn.net/lwcaiCSDN/article/details/89382242 一 简介1.作用 GitPython块python用来封装git操作的模块,主要用来替代gitbash的操作。 2.安装 直接pip install gitpyth 阅读全文
posted @ 2020-02-13 18:44
oude_yang
阅读(699)
评论(0)
推荐(0)
摘要:
copy from :https://blog.csdn.net/k_young1997/article/details/90489734 今天将项目修改了一部分,然后用 git push origin master 向远程仓库推送的时候报如下错误: error: failed to push so 阅读全文
posted @ 2020-02-13 17:52
oude_yang
阅读(2736)
评论(0)
推荐(0)