您的位置:首页 > 编程语言 > Go语言

git工具用法 && git管理googlecode

2012-07-30 18:01 471 查看
http://code.google.com/p/c-dev/wiki/git


git clone

git clone https://code.google.com/p/c-dev/
git clone https://sunsea1026@code.google.com/p/c-dev/


git update

git add -A .
git commit -m 'log'
git push -u origin master


git create new branch

git branch new_branch
git push -u origin new_branch


git others

more help: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: