GIT 基本指令

初始化

git init

提交

git add .
git commit -m "Initial commit"

 确认权限

git config --global --add safe.directory '文件名'

你可能感兴趣的:(git)