Structure to init and manage my repositories
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Makefile 243B

12345
  1. gitstatus:
  2. @echo "\n\n\033[1;34m╔═════════════╗"
  3. @echo "║ python_apps ║"
  4. @echo "╚═════════════╝\033[00m"
  5. @ineach "giti -s && echo -n ' - ' && pwd"