codingformangos
Technical blog of Julietta Yaunches.
Tuesday, 22 January 2013
Git Alias & Ignore
Quick Reference for Git Aliasing and Ignoring
Aliasing:
$ cd ~
$ vim .gitconfig
Add the following (and any additional shortcuts you want):
[alias]
ci = commit
st = status
co = checkout
lc = log ORIG_HEAD.. --stat --no-merges
Ignoring
(This is mine for a rubymine project)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment