Project Summary

  Analyzed 11 days ago based on code collected 11 days ago.

In Git, everything is possible. But for some common commands I wrote these shortcut scripts. Some of them are like helper expressions to use inside another Git cmd line.

Most of them had to be implemented on the Plumbing level (which means, a little bit of hacking), but provide features useful for me such as:

git heads-for-merge -- what does your FETCH_HEAD say about all the heads that have been fetched for merge?

git the-empty-tree -- the ID to use if you need to refer to the empty tree in your (tree-merging) commands

git mread-and-commit -- read in multiple refs, merge the trees, and then make a merge commit, without touching your index or the working dir (useful for managing imported histories)

git merge-without-working -- the same idea -- advance your HEAD by merging

And more...

Share

In a Nutshell, shortcut exprs and cmds for git...

 

Activity

30 Day Summary Apr 13 2013 — May 13 2013

12 Month Summary May 13 2012 — May 13 2013

  • 0 Commits Down -4 (100%) from previous 12 months
  • 0 Contributors Down -1 (100%) from previous 12 months

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.