Joined March 2012
·

Roger Leite

Software developer at 1up4developers
·
São Paulo - Brazil
·
·
·

Forget this old stuff and use a new client on the block, HttpMonkey. At least try :D.

Posted to Favorite Git Aliases over 1 year ago

@mdeiters @hlegius @design48 @btv Glad to be helpful! :D

Posted to Favorite Git Aliases over 1 year ago

Great! Some of my favorites:

[alias]
st = status -sb
wat = whatchanged -p --abbrev-commit --pretty=medium
graph = log --graph --date-order -C -M --pretty=format:'<%h> %ad [%an] %Cgreen%d%Creset %s' --all --date=short

Obs: git wat you need to inform file. For example, to see all changes in Readme.md file:
$ git wat Readme.md

Posted to Quickly search past commands over 1 year ago

You can also use ctrl+r and the begin of command. Pressing ctrl+r again, it shows "another" result.

Achievements
171 Karma
6,667 Total ProTip Views