上傳文件:
git add . //添加到靜態庫
git commit -m "xxxxxx" //加修改注釋
git push //推到遠程倉庫
查看所有版本:
git reflog
返回上個版本:
git reset --hard 478ff3e
創建分支
git branch //查看分支
git branch xx //創建分支
git checkout xx //切換分支
git merge xx
git branch -d name //刪除分支
創建podfile (終端 文件夾下 touch podfile)
pod update