Joined December 2012
·

Patryk Małek

Software Engineer
·
Wroclaw, Lower Silesian District, Poland
·
·

Posted to Get external IP with CLI over 1 year ago

Does not work for me , neither
curl ifconfig.me
nor
curl http://www.ifconfig.me
work

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

Thanks for :set hlsearch

@gahtune awesome hint about #

Achievements
76 Karma
0 Total ProTip Views