git 用法练习
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zara 45c381e36d merge test 1 2 years ago
README.md merge test 1 2 years ago

README.md

git练习

分支

merge

回退

git checkout $tagName; git checkout -b $newbranchname  #切换到某个版本,再添加分支

tag

推送tag

git push $tagName #推送 $tagName 
git push --tags #推送所有tag