git工具用法 && git治理googlecode

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