1.0.8 • Published 4 years ago
gitol v1.0.8
gitol
GIT OneLiners
npm install -g gitolusage
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>