mirror of
https://github.com/git/git.git
synced 2024-11-19 15:34:51 +01:00
Mirror of https://github.com/git/git
c00d1d1168
Now you can do: git subtree add --prefix=whatever git://wherever branchname to add a new branch, instead of rather weirdly having to do 'git fetch' first. You can also split and push in one step: git subtree push --prefix=whatever git://wherever newbranch (Somewhat cleaned up by apenwarr.) |
||
---|---|---|
.gitignore | ||
asciidoc.conf | ||
COPYING | ||
git-subtree | ||
git-subtree.sh | ||
git-subtree.txt | ||
INSTALL | ||
install.sh | ||
Makefile | ||
manpage-base.xsl | ||
manpage-normal.xsl | ||
README | ||
shellopts.sh | ||
test.sh | ||
todo |
Please read git-subtree.txt for documentation. Please don't contact me using github mail; it's slow, ugly, and worst of all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to help. Avery