2
votes
1answer
106 views
GIT: How to avoid duplicated commits while maintaining lots of forks?
Hi!
I have a base repository with a "base site" that I clone to make my clients sites, so I work, make commits, push to the client fork, then I realize that in the middle of my co …
5
votes
2answers
434 views
Git format-patch to be svn compatable?
Is there any way to get a patch created with git format-patch to be svn compatible so that I can submit it to an svn repo?
I'm working off an svn repo on github and want to submit …
0
votes
4answers
114 views
format-patch works reasonably well, looking for a better way.
I have two branches that are different enough that rebasing seems to not work -- or I don't know how to do it.
I have a "public" branch with a bunch of files removed (using filter …
