随笔分类 - Git
摘要:1 查看远程分支 $ git branch -a* br-2.1.2.2 master remotes/origin/HEAD -> origin/master remotes/origin/br-2.1.2.1 remotes/origin/br-2.1.2.2 remotes/origin/br
阅读全文
摘要:Git global setup git config --global user.name "" git config --global user.email "" Create a new repository git clone https://XXXX/nine-grid-demo.git
阅读全文
摘要:git使用ssh密钥 git支持https和git两种传输协议,github分享链接时会有两种协议可选: git协议链接图例 : ↓ https协议链接图例:↓ git使用https协议,每次pull, push都会提示要输入密码,使用git协议,然后使用ssh密钥,这样免去每次都输密码的麻烦 初次
阅读全文
摘要:看图: 推荐: https://www.cnblogs.com/summerblue/p/8940028.html https://segmentfault.com/a/1190000014509724?utm_source=channel-hottest https://segmentfault.
阅读全文