By the way, you may also want to put the following in your ~/.gitconfig file.

It sets us some nice color coding for looking at logs and sets up a
few two letter abbreviations that are handy.


[user]
name = Your Name
email = yourem...@yourdomain.edu

[color]
        diff = auto
        status = auto
        branch = auto
        interactive = auto
        ui = true
        pager = true

[alias]
co = checkout
di = diff
st = status
ci = commit
stat = status
br = branch
lg = log --stat



--
John

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to