1、git commit 2、git fetch(在VS 拉取) 3、git rebase(合并代码) 5、遇到代码冲突,回看VS Co...
![240](https://cdn2.jianshu.io/assets/default_avatar/15-a7ac401939dd4df837e3bbf82abaa2a8.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:上海
1、git commit 2、git fetch(在VS 拉取) 3、git rebase(合并代码) 5、遇到代码冲突,回看VS Co...
git config --global i18n.commitencoding utf-8 git config --global i18n.logoutputencodin...
1、使用 git init 命令 ,初始化一个git 本地仓库此时会在本地创建一个 .git 的文件夹 2、 不但可以跟单一文件,还可以跟通配符,更可以跟目录。一个点就把当前...