I have been using VS code and cmdline for git. But I always miss something. Autocompletion is not perfect in cmdline and GIT tower is bit costly. So, I created this to make git cmdline experience better.
npm install -g @lazyloop/nit
help:
nit -h
or
nit <command> -h
checkout branch:
nit checkout [-r<remote>]
delete branches:
nit delete [-m<multiple>]
stage files to commit:
nit add
discard local changes:
nit discard