pypi gita 0.14.6
v0.14.6

latest releases: 0.16.6.6, 0.16.6.5, 0.16.6.4...
2 years ago

refactoring

  • replace custom command registration ~/.config/gita/cmds.yml by ~/.config/gita/cmds.json. If no custom command exists, nothing needs to be done. Otherwise change the content accordingly. For example,
stat:
  cmd: git diff --stat
  help: show edit statistics

should be replaced by

{
"stat":{
  "cmd": "git diff --stat",
  "help": "show edit statistics"
}
}

Don't miss a new gita release

NewReleases is sending notifications on new releases.