www.nico.schottelius.org/blog/dot-gitconfig-with-git-lo-lco-lpo-lpco-m-pl.mdwn
Nico Schottelius 0cdfeb6452 add new .gitconfig
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2010-04-28 09:05:17 +02:00

23 lines
616 B
Markdown

[[!meta title="Added new short commands to .gitconfig (lo, lco, lpc, lpco, m, pl)"]]
As some of you are using my
[[git configuration|configs/dot-gitconfig]], there's an updated
version now, that includes a short version of **--pretty=oneline**
option for **git log**, which is very useful if you want to get
a quick impression on what is going on. Thus the new short commands
are (just an o added at the end):
git lo
git lco
git lpo
git lpco
Furthermore I added the following new short commands:
git m (merge)
git pl (pull)
Have fun, other lazy people like me!
[[!tag config git unix]]