A missing cmdline util for GIT - NIT
Jan 18, 2020·1 min read
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.
Installation:
npm install -g @lazyloop/nitUsage:
help:
nit -hor
nit <command> -hcheckout branch:
nit checkout [-r<remote>]
delete branches:
nit delete [-m<multiple>]
stage files to commit:
nit add
discard local changes:
nit discard
Related posts
Share this article