Skip to content

v0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@nosarthur nosarthur released this 07 Feb 01:30
· 378 commits to master since this 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