My collection of GIT commands. NOTE only tested on Darwin, Bash 4, GIT 2.3+.
Each script has usage info within itself.
-
git-clone-symlink(copy of the git-new-workdir present in git's contrib) -
git-cached(aliasedgit-staged)
git-branch-commongit-branch-deletegit-branch-namegit-branch-remotegit-branch-renamegit-branch-ticketgit-branch-trackgit-branch-trackergit-remote-urlgit-submodule-addgit-submodule-deletegit-tag-deletegit-tag-rename
Started from https://gist.github.com/andreineculau/be39ee82ad36fcb85dcf
git-svn-clonegit-svn-sync(aliasedgit-svn-pull)git-svn-ci(aliasedgit-svn-push)
Started from https://github.com/dpocock/sync2git Started from http://stackoverflow.com/a/12552604/465684
Misc