gitol
v1.0.8
Published
git cli oneliners tool
Downloads
6
Readme
gitol
GIT OneLiners
npm install -g gitol
usage
gitol -g/-l
oneliner git guilt
-g/--guilt
calls git guilt HEAD~1 HEAD
oneliner git pretty Log
-l/--log
calls git log --pretty=format:"%h - %an, %ar : %s"
oneliner git config user and email globally
-c/--config <Your name> <email>
without quotes will call git config user.name <Your name> && git config --global user.email <email>