Git操作

語言: CN / TW / HK

撤消上一次的add

git reset HEAD

commit指定目錄

git add ios_frameworks git commit -m 更新iosFrameworks git git push origin master

撤銷上一次的commit

```

```