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.
Etc1 min
201602 · 25
Reverting a git local commit
Specify the target repository to restore, like below (when the current checkout is develop) If you don't specify a repository, it seems to revert…
Etc1 min
201503 · 04
git command collection
A collection of git commands: migrating from svn, handling ignore files, setting remotes, dealing with tags and branches, reverting local commits, and backup and restore.
Linux1 min