5 ms·
If I understand these correctly, I can come up with this mapping between Hg <--> Git rebase <--> rebase histedit <--> rebase -i shelve <--> stash
by shared4you 13y ago
If I understand these correctly, I can come up with this mapping between Hg <--> Git
rebase <--> rebase
histedit <--> rebase -i
shelve <--> stash
unbundle <--> ???
purge <--> clean -x -d -f
alias <--> [alias] section in gitconfig
color <--> [color.*] section in gitconfig
progress <--> ???
pager <--> core.pager in gitconfig