常用git命令

1.需要生成密钥

  ssh-keygen -t rsa -C "xx@xxxx.com" -b 4096  

2.查找当前分支对应的tag

  git describe --tags

原文地址:https://www.cnblogs.com/frantz/p/11427212.html