DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Alias To A Nice Default Gitk
Just a really quick and easy shell alias for my preferred defaults for Git's repository and branch viewer, Gitk.
This runs "gitk"...
...including all branches,
...outputting errors to the black hole,
...and any extra command-line arguments.
# Run like this # gitk --since="2 days ago" & alias gitk="gitk --all $1 2>/dev/null"





