nomadlx

  • 菜单
  • 标签
  • 友情链接
  • 关于我
  • 主页
  • 所有文章
github weibo zhihu mail
git hadoop hexo issue manual proxy sublime ubuntu 漫谈
奥巴马的博客 卡卡的美丽传说 本泽马的博客 吉格斯的博客 习大大大不同 托蒂的博客
我只是我…

nomadlx

nomadlx

  • 主页
  • 所有文章
github weibo zhihu mail
2015-03-15

git常用命令

  • git
  • manual

主要用来记录一些常用的git命令

添加文件

1
$ git add

提交更新

1
$ git commit

查看状态

1
$ git status

添加远程仓库

1
$ git remote add origin <repo url>

获取远程仓库内容

1
$ git pull origin <branch>

把本地内容推送到远程仓库

1
$ git push origin <branch>
<
ubuntu关闭访客模式
ubuntu下常用shell命令
>
分享到:
© 2015 nomadlx
Hexo Theme Yilia by Litten