1.这是一篇git、github相关具体操作的连接
http://www.cnblogs.com/fanyong/p/3424501.html
2. git remote -v 查看远程分支
git remote -help 查看一些远程分支测操作帮助 比如删除、重命名远程分支的URL等
3. git branch -a 查看所有分支
4. git config --list 查看相关git的配置信息
5. git branch -help
1.这是一篇git、github相关具体操作的连接
http://www.cnblogs.com/fanyong/p/3424501.html
2. git remote -v 查看远程分支
git remote -help 查看一些远程分支测操作帮助 比如删除、重命名远程分支的URL等
3. git branch -a 查看所有分支
4. git config --list 查看相关git的配置信息
5. git branch -help