github的命令行工具总结

 配置用户名和邮箱:
$ git config --global user.name "Your Name"  
$ git config --global user.email "email@example.com"  

使用命令:git config --list 可查看当前用户信息以及其他的一些信息

$ git config --list  
core.excludesfile=/Users/mac/.gitignore_global  
difftool.sourcetree.cmd=opendiff "$LOCAL" "$REMOTE"  
difftool.sourcetree.path=  
mergetool.sourcetree.cmd=/Applications/SourceTree.app/Contents/Resources/opendiff-w.sh "$LOCAL" "$REMOTE" -ancestor "$BASE" -merge "$MERGED"  
mergetool.sourcetree.trustexitcode=true  
http.postbuffer=524288000  
https.postbuffer=524288000  
user.email=你的邮箱@qq.com  
user.name=你的用户名  
macdeMacBook-Pro:~ Artron_LQQ$   

https://www.cnblogs.com/jackchensir/p/8306448.html

1.git bash进入到目录

2.git init 进行初始化

3.git add  .  将项目的所有文件添加到缓存中(如果是文件下,会一起将文件夹提交上去)

4.git commit提交到了本地仓库  git commit -m "文件描述"

5.git remote add origin git@(你的远程仓库地址)

6.git clone git@github.com:(你的远程仓库地址)

7.git status查看文档的变化

 git push -u origin master  (第一次提交到远程仓库)

git push origin master(之后可以省去-u)

 

8解决冲突:

    1.git stash,把自己本地的代码缓存起来,

    2.git pull,这时会把远程仓库的代码拉下来。

    3.git stash pop如果有冲突,解决

    4.git push

用svn用的比较多,第一次用的时候是英文还不想看了,ε=(´ο`*)))唉。

下次把原理和svn的不同点写一下

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值