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
- Host: GitHub
- URL: https://github.com/mrc/git-extras
- Owner: mrc
- Created: 2012-07-17T00:54:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T05:03:12.000Z (almost 14 years ago)
- Last Synced: 2025-02-12T01:17:48.029Z (over 1 year ago)
- Language: Perl
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.