首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

git工具用法 && git治理googlecode

2012-09-17 
git工具用法 && git管理googlecodehttp://code.google.com/p/sunsea-dev/wiki/GitToolgit clonegit clone

git工具用法 && git管理googlecode

http://code.google.com/p/sunsea-dev/wiki/GitTool

git clone
  • git clone https://code.google.com/p/sunsea-dev/
  • git clone https://sunsea1026@code.google.com/p/sunsea-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


热点排行