码迷,mamicode.com
首页 > 其他好文 > 详细

git 常用命令

时间:2019-10-21 11:49:31      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:常用   global   分支   pat   check   版本   default   输入   upd   

git

不加入版本库

git update-index --assume-unchanged PATH    #在PATH处输入要忽略的文件。

修改git文件忽略

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

git 生产密匙

  • ssh-keygen -t rsa -C "邮箱地址"

当前分支有事提交有问题

# 默认只提交当前分支改动
git config --global push.default current

拉取远程分支

  • git checkout -b 本地分支名 origin/远程分支名

git 常用命令

标签:常用   global   分支   pat   check   版本   default   输入   upd   

原文地址:https://www.cnblogs.com/zhsngq/p/11712150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!