On Sat, Feb 4, 2017 at 3:28 AM, Jacob Keller <[email protected]> wrote: > +------------ > +$ git reset HEAD^ <1>
It may be a good idea to add -N here, so that 'add -p' can pick up the new files if they are added in HEAD. > +$ git add -p <2> -- Duy
On Sat, Feb 4, 2017 at 3:28 AM, Jacob Keller <[email protected]> wrote: > +------------ > +$ git reset HEAD^ <1>
It may be a good idea to add -N here, so that 'add -p' can pick up the new files if they are added in HEAD. > +$ git add -p <2> -- Duy