Skip to main content

Git 相关指令

文件权限

# 查看当前目录下权限
git ls-tree HEAD

# 添加 mvnw.sh 可执行权限
git update-index --chmod=+x mvnw.sh

# 还需要继续 commit & push