git 相关


改到当前文件目录

  • 1 git status 获取文件夹仓库状态
  • 2 git add ./ 本地文件有更新需要使用
  • 3 git status 查看更新后状态
  • 4 git config –global user.email “[email protected]” 重设用户名
  • 5 git reset –hard 024383f58fb3
024383f58fb3 从XCODE 版本管理中获得

版本回退

SVN 相关


改到当前文件目录

  • 1 svn checkout http://[email protected]:8080/scm/svn/documents
  • 2 svn commit -m “fix bug”
  • 3 svn update
  • 4 svn checkout http://[email protected]:8080/scm/svn/documents —username zhouqr —password xxxx ./