git的一些用法

        
         git tag
         git checkout 某tag
         git show     某tag
  
         git pull git_server master:test

  又如: >git fetch http://github.com/zaphoyd/websocketpp
  然后: >git checkout FETCH_HEAD



Powered by