瀏覽代碼

:sparkles: add

nick 7 年之前
父節點
當前提交
c53bb91732
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      git.md

+ 1 - 0
git.md

@@ -27,6 +27,7 @@ alias gpush='git push'
 alias ga='git add -A'
 alias gc='git commit -m'
 alias gcheckout='git checkout'
+alias glt='git describe --tags' #最新的 tag 名称,提交次数
 ```
 
 __普通操作__