v0.7
Pre-release
Pre-release
- add a superman mode, with which one can execute any git command (or personalized alias) in one repo
gita super <repo-name> <any git command>
For example
gita super myrepo2 commit -am 'fix a bug'
gita super myrepo3 rebase -i upstream/master
- allow local repos with the same basename: the second repo will have its parent dir name in its name (hopefully there aren't repos with parent name clash)
- move the configuration files to
$XDG_CONFIG_HOME/gita/
- add more default sub-commands