An open API service indexing awesome lists of open source software.

https://github.com/yaph/git-tools

Command line tools to facilitate working with git and github
https://github.com/yaph/git-tools

bash bash-script cli command-line-tool git github shell

Last synced: 2 months ago
JSON representation

Command line tools to facilitate working with git and github

Awesome Lists containing this project

README

          

git-tools
=========

Command line tools to facilitate working with git and github

## git config

### better git log

see https://coderwall.com/p/euwpig?&p=1&q=

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"