Git
3 entries201603 · 24
rebase and merge in git
I use git a lot these days and I’ve always been confused about rebase vs merge. After losing …
Etc1 min
201602 · 25
Reverting a git local commit
Specify the target repository to restore, like below (when the current checkout is develop) 1 …
Etc1 min
201503 · 04
git command collection
svn to git migration 1 2 git svn clone --stdlayout --no-metadata -A users.txt …
Linux1 min