|
|
|
|
|
by shared4you
4570 days 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
|
|