Skip to content

v0.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lambdalisue lambdalisue released this 03 Mar 18:08
· 374 commits to main since this release
a220f64

This is the first alpha version that has following pre-stable features

  • Gin to call a raw git command
  • GinChaperon to solve git conflicts (like git mergetool)
  • GinDiff to see git diff of a file
  • GinEdit to see git show or local content of a file
  • GinPatch to stage changes partially (like git add -p)
  • GinStatus to see git status of a repository

Some features are missed from https://github.com/lambdalisue/gina.vim but users can use both to gradually migrate.