比較經常使用的是git
git cloneit
git pullfile
git add文件
git commitco
git pushpush
git stash commit
git stash pop分支
git reflog
不經常使用但很是有用的命令及說明
git clean -fd ///刪除無關文件
git branch ///查看分支
git branch -r
git checkout branchname
git checkout file