git使用

git branch

git status

git add *.m

git add *.h

git add *.png

git add zher/Info.plist

git commit -a -m "1112222333"

rm -rf .git  删除git

git init 初始化git

原文地址:https://www.cnblogs.com/zhongriqianqian/p/3980854.html