Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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"