|
|
|
|
|
by svilen_dobrev
479 days ago
|
|
i have this: https://github.com/svilendobrev/svd_bin/blob/master/vcs/vcs.... covering ~10 most-used operations , for 5 diff. vcs - git, bzr, mercurial, svn, ... - guessing which one according to .git/.bzr/.. etc $ v u ... does update
$ v s ... does status
$ v i -m fixx ... does commit AND push
$ v a ... does adding
$ v d ... does diff
.. etc
some have subvariants.. depends on vcs |
|