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
... [More] 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... [Less]
A statistical analysis tool for git repositories. Originally written to help fetch repository statistics from student projects in the course Object-oriented Programming Project (TDA367/DIT211) at Chalmers University of Technology and Gothenburg University.
Sensitive data file encryption while using Git, with GPG; never accidentally submit a password config to a repo again.
Gitenc is a simple shell script that works as a placeholder for git add and will parse filenames for sensitive names from git diff and apply GPG encryption as needed (filenames
... [More] matching config, connection or sqlbackup) while handing everything off to git.
Logo by GuillenDesign (Paulo Guillen)
http://guillendesign.deviantart.com [Less]
This project follows the same design principles as subversion and is therefore a centralized version control system. The goal of the project is to provide basic VCS for those wishing to embed a simple yet robust VCS into their Java application.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy