首页 > 技术文章 > git使用教程

ConfidentLiu 2017-12-15 14:16 原文

http://blog.csdn.net/free_wind22/article/details/50967723

https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013743256916071d599b3aed534aaab22a0db6c4e07fd0000

http://www.runoob.com/git/git-basic-operations.html

git公网地址 http://10.18.100.77/

 

 

--------------

要想把项目传到githup上,首先要明白git和githup传输方式!

git和githup通过SSH加密传输 :https://www.cnblogs.com/flora5/p/7152556.html

将项目上传到githup上 :           https://blog.csdn.net/Lucky_LXG/article/details/77849212

                                                   https://www.cnblogs.com/smfx1314/p/8426115.html

sourceTree上传代码到仓库:    https://www.jianshu.com/p/2d2c54bcb1c3

删除githup中的项目:                https://blog.csdn.net/caichao08/article/details/78308034

解决 使用git提交代码到github,每次都要输入用户名和密码  :https://blog.csdn.net/whq19890827/article/details/79846213

Sourcetree 解决提交时用户名和密码不正确的问题  :https://blog.csdn.net/bafei_dd/article/details/81632966

Sourcetree 出现错误提示git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin :https://blog.csdn.net/u010457943/article/details/80649558

推荐阅读