Re: Git questions

2009-04-20 Thread Andy Wingo
On Mon 20 Apr 2009 16:52, Mike Gran writes: > I have a head (a "string-abstraction" branch) on my local clone of the > git repository that I'd like to upload to the one on gnu.org. How do I > do that? Assuming that you have the ssh:// git repo registered as "origin", then: git push origin st

Git questions

2009-04-20 Thread Mike Gran
Hi, I have a head (a "string-abstraction" branch) on my local clone of the git repository that I'd like to upload to the one on gnu.org. How do I do that? (I know this is a RTFM question, but, I just don't want to break anything.) Thanks, Mike Gran