Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-13 | Added new 'push' command and 2-parameter form of 'add'. | Wayne Walter | 1 | -1/+10 | |
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.) | |||||
2009-11-04 | Add some tips for how to install. | Avery Pennarun | 1 | -0/+13 | |