Joined December 2012
·
Posted to
A better git log
over 1 year
ago
You guys can try this one :
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
this will:
-one commit per line
-show graph of commits
-abbreviated commit IDs
-dates relative to now
-show commit references (like git log --decorate
)
-lots of colour
-show author of the commit
Posted to
Vim open multiple files
over 1 year
ago
Very helpful! Thanks.
Here is also the link for some tab and windows manipulation
http://stackoverflow.com/questions/53664/how-to-effectively-work-with-multiple-files-in-vim
Posted to
Highlight occurrences of a word in Vim
over 1 year
ago
Thanks for :set hlsearch
@gahtune awesome hint about #
Achievements
76 Karma
0 Total ProTip Views
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
Forked
Have a project valued enough to be forked by someone else
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
Charity
Fork and commit to someone's open source project in need
Does not work for me , neither
curl ifconfig.me
nor
curl http://www.ifconfig.me
work