Git手册

通常可以通过clone对其他的内容进行下载

git clone

在很多项目中会对一些内容打上标记Tag或者是每隔一段时间会给整个项目打上一个版本号. 这样我们进行check的时候就会希望准确地到对应的版本号去.1

git fetch --all --prune
git checkout tag/<tag_name> -b <branch_name>
git checkout A  ...
git checkout version 1.0  ...
git checkout tags/version 1.0  ...




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Word 排版技巧
  • Black First Won
  • a post with images
  • Alias Method
  • 转置卷积