[git-users] Re: getting a list of branches

2010-08-24 Thread Ted
I don't seem to have one of those. I guess I could just use the contents of `.git/refs/heads`, but it would be better to use an API of some sort than to rely on git's internal file structure. Though that does seem to be git's API in some cases, so maybe it's okay? How to know? Cheers -Ted

[git-users] Merging to a branch without checking it out

2010-03-20 Thread Ted
This is an attempt at a continuation of an earlier thread: http://groups.google.com/group/git-users/browse_thread/thread/74460270aaa2bfb2 I would have replied to that thread but I didn't see an option to, maybe because I'm a new member. I'm using git to keep track of various scripts and