Joined May 2012
·
Posted to
DVCS fubar #1 - not using SSH protocol to push
over 1 year
ago
Thanks richoh, I meant SSH protocol. The ProTip has been updated.
Achievements
386 Karma
20,964 Total ProTip Views

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

Altruist
Increase developer well-being by sharing at least 20 open source projects

Komodo Dragon 3
Have at least three original repos where Java is the dominant language

Komodo Dragon
Have at least one original repo where Java is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Raven
Have at least one original repo where some form of shell script is the dominant language

Narwhal 3
Have at least three original repos where Clojure is the dominant language

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Narwhal
Have at least one original repo where Clojure is the dominant language
I keep it simple with
git log --oneline --decorate --graph
This shows each commit on one line, decorates each line with any information about branches and repos and displays a graph where commits have branched or merged.
If you want to really personalise you git log with specific colours, here is an article to explain the syntax of all that in detail:
http://blog.jr0cket.co.uk/2013/06/designing-your-own-commit-graph-with-git.html
Thanks
John