An open API service indexing awesome lists of open source software.

https://github.com/mrc/git-extras

Handy git tools
https://github.com/mrc/git-extras

Last synced: over 1 year ago
JSON representation

Handy git tools

Awesome Lists containing this project

README

          

* git-extras

Handy git tools

** git-svn-retag

Create proper tags instead of bogus branches created from svn tags.

** git-svn-subtree-clone

Check out a subtree, along with tags and branches. Works if the
repo structure has projects below trunk/tags/branches:

- trunk - Project
- tags - tag1 - Project
- branches - branchX - Project

** git-svn-check-externals

Verify if the "git svn clone"'d externals under pwd are up-to-date.

** git-deep-status

Like "git status" but runs for all git checkouts in the tree.
Useful if you have "git svn clone"'d externals.