Git
基本概念
設定
git config --global core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' -multiInst -nosession -noPlugin"git config user.name Foo
git config user.email [email protected]git config --global gui.encoding UTF-8branch 相關
git checkout --orphan gh-pagespull / push
版本推進流程
SVN repo 匯入
Last updated