Browse Source

Add 'GitStatus.xys'

天问 3 years ago
parent
commit
37108e09f7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      GitStatus.xys

+ 11 - 0
GitStatus.xys

@@ -0,0 +1,11 @@
+/*********************
+ @Author  :   liuyuqi
+ @Contact :   liuyuqi.gov@msn.cn
+ @Time    :   2019/07/23 05:54:37
+ @Version :   1.0
+ @License :   (C)Copyright 2019 liuyuqi.
+ @Desc    :   git 项目检测,状态栏提示
+*********************/	
+    if(strlen(listfolder(,".git", 2))>0){
+        status runret("git branch");
+    }