Archive

Archive for the ‘git’ Category

git pretty log

September 20, 2009 varnit Leave a comment

git config –global alias.lol “log –pretty=oneline –abbrev-commit –graph –decorate”

or

git config –global alias.lg “log –graph –pretty=format:’%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset’ –abbrev-commit –date=relative”

Categories: git Tags:

git color

September 13, 2009 varnit Leave a comment

git config –global color.ui true

Categories: git Tags:

push changes to origin git server

June 16, 2009 varnit Leave a comment

git push origin master

Categories: git Tags: