0%

Git tutorial

提高效率

Working with Remotes

Showing Your Remotes

git remote

git remote -v

origin:https://github.com/schacon/ticgit (fetch)
origin:https://github.com/schacon/ticgit (push)

git push origin master

# 查看项目的tag

git tag

git checkout v0.10.48