Skip to content

Git usage

norxiva edited this page Oct 23, 2017 · 1 revision

git 配置

git config --global core.editor vim

合并commit

git rebase -i f1f92b

or

git rebase -i HEAD~3

then

git push -f
Clone this wiki locally