首页 > 其他 > 详细

note for git

时间:2017-07-08 00:06:15      阅读:369      评论:0      收藏:0      [点我收藏+]

 

1、download

https://git-for-windows.github.io/

2、command

add file to git: git add filename & git commit -m "explaination about the changes of the file"

get file status: git status

compare different: git diff filename

check log: git log

 

to be continue...

note for git

原文:http://www.cnblogs.com/vickey-wu/p/7134536.html

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