git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Using alternate working directory
@ 2013-09-21 21:04 Ram Rachum
  2013-09-24  4:27 ` Ram Rachum
  2013-09-24  5:00 ` Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: Ram Rachum @ 2013-09-21 21:04 UTC (permalink / raw)
  To: git

Hi everybody!

I need some help with Git.

I'm making a script `gm` which lets me merge one branch into another 
without having either checked out. It works for some cases but not all. 
I'm trying to make it work for more cases.

I concluded that the best way to do it would be by using an alternate, 
temporary working directory instead of the repo itself.

This is my script:

     https://gist.github.com/cool-RR/6575042

Now, the problem is that when I try it, it gives these errors:

     git checkout-index: my_file is not in the cache and then error:
     my_file: cannot add to the index - missing --add option?

Anyone has any idea what to do?

P.S. I've also asked this on Stack Overflow, so whoever comes up with an 
answer can claim his 150 imaginary internet points on that question.


Thanks,
Ram.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-24  5:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21 21:04 Using alternate working directory Ram Rachum
2013-09-24  4:27 ` Ram Rachum
2013-09-24  5:00 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).