首页 > 其他 > 详细

github commands

时间:2016-01-21 23:42:36      阅读:291      评论:0      收藏:0      [点我收藏+]
git
    git clone https://github.com/sunyongjie1984/sll
    git clone https://sunyongjie1984:Git541981101211@github.com/sunyongjie1984/sll
    vi islln.h // modify one file
    git diff
    git log
    git add islln.h
    git diff
    git log
    git commit -m "bala bala bala" islln.h
    git log
    git diff
    git push origin master
 

git status -s
git pull
rm isll.h
git checkout isll.h

 

with visul studio
 
技术分享
 
 
with centos eclipse
 
http://www.cnblogs.com/sunyongjie1984/p/4304761.html
 

github commands

原文:http://www.cnblogs.com/sunyongjie1984/p/5149450.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!