Re: Can we make interactive add easier to use?

2016-10-14 Thread Jeff King
On Fri, Oct 14, 2016 at 08:20:40AM -0500, Robert Dailey wrote: > Normally when I use interactive add, I just want to add files to the > index via simple numbers, instead of typing paths. So I'll do this as > quick as I can: I'd generally second Matthieu's suggestion to use a combination of "git

Re: Can we make interactive add easier to use?

2016-10-14 Thread Matthieu Moy
Robert Dailey writes: > Normally when I use interactive add, I just want to add files to the > index via simple numbers, instead of typing paths. So I'll do this as > quick as I can: > > 1. Type `git add -i` > 2. Press `u` after prompt appears > 3. Press numbers for the

Can we make interactive add easier to use?

2016-10-14 Thread Robert Dailey
Normally when I use interactive add, I just want to add files to the index via simple numbers, instead of typing paths. So I'll do this as quick as I can: 1. Type `git add -i` 2. Press `u` after prompt appears 3. Press numbers for the files I want to add, ENTER key 4. ENTER key again to go back