首先,需要注意的是,gitee登录的用户名不是显示名,而是@xxxx,后面的xxxx。切记这一点
然后,由于原来的人走了,我来接管他的电脑。
无论是git config -global也好 store存储也好
还是删除控制面板里面的凭据,重新添加自己的凭据也好
还是设置ssh generatekey等等设置全局。。。公钥,然后在gitee里面添加上公钥也好
都不好使
只有把C:/users/Administrator下的.git-credentials删除。然后再git clone就可以重新输入用户名和密码了
可能是之前把用户名给输错了
参考:https://blog.csdn.net/ljchlx/article/details/53157046
复制tree文件夹到git仓库目录下
git add .
git commit -m "tree"
git push
一下子就提交到了master。。可能这是默认提交吧。。假如这时发现提交错了怎么办?怎么回滚
参考:https://blog.csdn.net/mus123/article/details/104200696
如何创建分支并合并:https://gitee.com/help/articles/4196#article-header0
https://blog.csdn.net/zxy987872674/article/details/79273148
git checkout tree2
git add tree2
git commit -m "add tree2"
git push
将tree2文件夹添加到远程tree2分支
接下来,要对比master和tree2,然后没问题之后,进行合并
git 对比两个分支差异:https://www.jianshu.com/p/bb97fabb475e(用notepad++对比也可以)
重命名分支:https://www.cnblogs.com/zuojiayi/p/11023739.html
只是多了一个判断条件:showCheckbox && node.data.showCheckbox
接收到node.data里的showCheckbox属性