[Neurodebian-upstream] nice collection of GIT tips

Yaroslav Halchenko lists at onerussian.com
Sat Feb 19 19:25:11 UTC 2011


Sorry, I could not resist to share a really nice collection of GIT
tips from a fresh employee of github:

http://mislav.uniqpath.com/2010/07/git-tips/

my own refinement of one of them:  to quickly inspect "the history" of a
file (README.txt in this case) in respect to tagged releases:

  git log --format=oneline --decorate=full README.txt | git name-rev --stdin --name-only

so I have a git alias now

 lof = !sh -c 'git log --format=oneline --decorate=full "$@" | git name-rev --stdin --name-only'


Enjoy
-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic



More information about the Neurodebian-upstream mailing list