Git SVN mapping

jerry80409
May 6, 2021

--

Memo the git-svn mapping :)

Install

brew install svn

Command-line

| git                  | svn                  |
|----------------------|----------------------|
| git clone <project> | svn co <project> |
| git pull / git fetch | svn update |
| git add | svn add |
| git push | svn commit <message> |
| git diff | svn diff |

--

--

jerry80409
jerry80409

Written by jerry80409

隨便記錄一些沒有整理很清楚的想法

No responses yet