Chinaunix首页 | 论坛 | 博客
  • 博客访问: 20116
  • 博文数量: 4
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2015-05-27 11:55
文章分类

全部博文(4)

文章存档

2015年(4)

我的朋友
最近访客

分类: 项目管理

2015-05-27 12:28:55

Some useful git commends:

    1. copy the code from your github:
        git clone .git
        example: git clone 

    2. make commit changes
        git add .

    3. add your changes to git repository (local repository)
        git commit -m "some commend"
        example: git commit -m "hahaha i did it! it's fucking ez"

    4. push your local changes to github
       git push origin master

阅读(798) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~