git-tools icon indicating copy to clipboard operation
git-tools copied to clipboard

Some Git utility scripts. The most useful one is "githelper", which is documented on the project website.

Results 6 git-tools issues
Sort by recently updated
recently updated
newest added

Currently preflight_externals will break on chdir if it is given a path to a file and not to a directory, but it is possible to add the svn extern property...

I run "gh clone-externals ", but git log does not show anything. that is, gh clone-externals does not load all the git history, such as using git --depth=1. why is...

https://www.kernel.org/pub/software/scm/git/docs/git-svn.html git svn can track a standard Subversion repository, following the common "trunk/branches/tags" layout, with the --stdlayout option. git svn clone --stdlayout url

Currently it does the switch-to-master and back thing and probably tries to run git svn rebase. It should check if a git sandbox is really a git-svn sandbox and skip...

I'm stuck on "Error: Found external(s) pegged to fixed revision" when having a svn:external fixed on a specific revision. It would be great to support that case (which is a...