summaryrefslogtreecommitdiffstats
path: root/man1/git-reset.1
blob: 6d5057131e61e645708b02e042a7fcbee8e5d6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
'\" t
.\"     Title: git-reset
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 2024-04-23
.\"    Manual: Git Manual
.\"    Source: Git 2.45.0.rc1
.\"  Language: English
.\"
.TH "GIT\-RESET" "1" "2024\-04\-23" "Git 2\&.45\&.0\&.rc1" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-reset \- Reset current HEAD to the specified state
.SH "SYNOPSIS"
.sp
.nf
\fIgit reset\fR [\-q] [<tree\-ish>] [\-\-] <pathspec>\&...
\fIgit reset\fR [\-q] [\-\-pathspec\-from\-file=<file> [\-\-pathspec\-file\-nul]] [<tree\-ish>]
\fIgit reset\fR (\-\-patch | \-p) [<tree\-ish>] [\-\-] [<pathspec>\&...]
\fIgit reset\fR [\-\-soft | \-\-mixed [\-N] | \-\-hard | \-\-merge | \-\-keep] [\-q] [<commit>]
.fi
.sp
.SH "DESCRIPTION"
.sp
In the first three forms, copy entries from \fB<tree\-ish>\fR to the index\&. In the last form, set the current branch head (\fBHEAD\fR) to \fB<commit>\fR, optionally modifying index and working tree to match\&. The \fB<tree\-ish>\fR/\fB<commit>\fR defaults to \fBHEAD\fR in all forms\&.
.PP
\fIgit reset\fR [\-q] [<tree\-ish>] [\-\-] <pathspec>\&..., \fIgit reset\fR [\-q] [\-\-pathspec\-from\-file=<file> [\-\-pathspec\-file\-nul]] [<tree\-ish>]
.RS 4
These forms reset the index entries for all paths that match the
\fB<pathspec>\fR
to their state at
\fB<tree\-ish>\fR\&. (It does not affect the working tree or the current branch\&.)
.sp
This means that
\fBgit reset <pathspec>\fR
is the opposite of
\fBgit add <pathspec>\fR\&. This command is equivalent to
\fBgit restore [\-\-source=<tree\-ish>] \-\-staged <pathspec>\&.\&.\&.\fR\&.
.sp
After running
\fBgit reset <pathspec>\fR
to update the index entry, you can use
\fBgit-restore\fR(1)
to check the contents out of the index to the working tree\&. Alternatively, using
\fBgit-restore\fR(1)
and specifying a commit with
\fB\-\-source\fR, you can copy the contents of a path out of a commit to the index and to the working tree in one go\&.
.RE
.PP
\fIgit reset\fR (\-\-patch | \-p) [<tree\-ish>] [\-\-] [<pathspec>\&...]
.RS 4
Interactively select hunks in the difference between the index and
\fB<tree\-ish>\fR
(defaults to
\fBHEAD\fR)\&. The chosen hunks are applied in reverse to the index\&.
.sp
This means that
\fBgit reset \-p\fR
is the opposite of
\fBgit add \-p\fR, i\&.e\&. you can use it to selectively reset hunks\&. See the \(lqInteractive Mode\(rq section of
\fBgit-add\fR(1)
to learn how to operate the
\fB\-\-patch\fR
mode\&.
.RE
.PP
\fIgit reset\fR [<mode>] [<commit>]
.RS 4
This form resets the current branch head to
\fB<commit>\fR
and possibly updates the index (resetting it to the tree of
\fB<commit>\fR) and the working tree depending on
\fB<mode>\fR\&. Before the operation,
\fBORIG_HEAD\fR
is set to the tip of the current branch\&. If
\fB<mode>\fR
is omitted, defaults to
\fB\-\-mixed\fR\&. The
\fB<mode>\fR
must be one of the following:
.PP
\-\-soft
.RS 4
Does not touch the index file or the working tree at all (but resets the head to
\fB<commit>\fR, just like all modes do)\&. This leaves all your changed files "Changes to be committed", as
\fBgit status\fR
would put it\&.
.RE
.PP
\-\-mixed
.RS 4
Resets the index but not the working tree (i\&.e\&., the changed files are preserved but not marked for commit) and reports what has not been updated\&. This is the default action\&.
.sp
If
\fB\-N\fR
is specified, removed paths are marked as intent\-to\-add (see
\fBgit-add\fR(1))\&.
.RE
.PP
\-\-hard
.RS 4
Resets the index and working tree\&. Any changes to tracked files in the working tree since
\fB<commit>\fR
are discarded\&. Any untracked files or directories in the way of writing any tracked files are simply deleted\&.
.RE
.PP
\-\-merge
.RS 4
Resets the index and updates the files in the working tree that are different between
\fB<commit>\fR
and
\fBHEAD\fR, but keeps those which are different between the index and working tree (i\&.e\&. which have changes which have not been added)\&. If a file that is different between
\fB<commit>\fR
and the index has unstaged changes, reset is aborted\&.
.sp
In other words,
\fB\-\-merge\fR
does something like a
\fBgit read\-tree \-u \-m <commit>\fR, but carries forward unmerged index entries\&.
.RE
.PP
\-\-keep
.RS 4
Resets index entries and updates files in the working tree that are different between
\fB<commit>\fR
and
\fBHEAD\fR\&. If a file that is different between
\fB<commit>\fR
and
\fBHEAD\fR
has local changes, reset is aborted\&.
.RE
.PP
\-\-[no\-]recurse\-submodules
.RS 4
When the working tree is updated, using \-\-recurse\-submodules will also recursively reset the working tree of all active submodules according to the commit recorded in the superproject, also setting the submodules\*(Aq HEAD to be detached at that commit\&.
.RE
.RE
.sp
See "Reset, restore and revert" in \fBgit\fR(1) for the differences between the three commands\&.
.SH "OPTIONS"
.PP
\-q, \-\-quiet
.RS 4
Be quiet, only report errors\&.
.RE
.PP
\-\-refresh, \-\-no\-refresh
.RS 4
Refresh the index after a mixed reset\&. Enabled by default\&.
.RE
.PP
\-\-pathspec\-from\-file=<file>
.RS 4
Pathspec is passed in
\fB<file>\fR
instead of commandline args\&. If
\fB<file>\fR
is exactly
\fB\-\fR
then standard input is used\&. Pathspec elements are separated by LF or CR/LF\&. Pathspec elements can be quoted as explained for the configuration variable
\fBcore\&.quotePath\fR
(see
\fBgit-config\fR(1))\&. See also
\fB\-\-pathspec\-file\-nul\fR
and global
\fB\-\-literal\-pathspecs\fR\&.
.RE
.PP
\-\-pathspec\-file\-nul
.RS 4
Only meaningful with
\fB\-\-pathspec\-from\-file\fR\&. Pathspec elements are separated with NUL character and all other characters are taken literally (including newlines and quotes)\&.
.RE
.PP
\-\-
.RS 4
Do not interpret any more arguments as options\&.
.RE
.PP
<pathspec>\&...
.RS 4
Limits the paths affected by the operation\&.
.sp
For more details, see the
\fIpathspec\fR
entry in
\fBgitglossary\fR(7)\&.
.RE
.SH "EXAMPLES"
.PP
Undo add
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ edit                                     \fB(1)\fR
$ git add frotz\&.c filfre\&.c
$ mailx                                    \fB(2)\fR
$ git reset                                \fB(3)\fR
$ git pull git://info\&.example\&.com/ nitfol  \fB(4)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
You are happily working on something, and find the changes in these files are in good order\&. You do not want to see them when you run
\fBgit diff\fR, because you plan to work on other files and changes with these files are distracting\&.
T}
\fB2.\fR\h'-2n':T{
Somebody asks you to pull, and the changes sound worthy of merging\&.
T}
\fB3.\fR\h'-2n':T{
However, you already dirtied the index (i\&.e\&. your index does not match the
\fBHEAD\fR
commit)\&. But you know the pull you are going to make does not affect
\fBfrotz\&.c\fR
or
\fBfilfre\&.c\fR, so you revert the index changes for these two files\&. Your changes in working tree remain there\&.
T}
\fB4.\fR\h'-2n':T{
Then you can pull and merge, leaving
\fBfrotz\&.c\fR
and
\fBfilfre\&.c\fR
changes still in the working tree\&.
T}
.TE
.RE
.PP
Undo a commit and redo
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ git commit \&.\&.\&.
$ git reset \-\-soft HEAD^      \fB(1)\fR
$ edit                        \fB(2)\fR
$ git commit \-a \-c ORIG_HEAD  \fB(3)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
This is most often done when you remembered what you just committed is incomplete, or you misspelled your commit message, or both\&. Leaves working tree as it was before "reset"\&.
T}
\fB2.\fR\h'-2n':T{
Make corrections to working tree files\&.
T}
\fB3.\fR\h'-2n':T{
"reset" copies the old head to
\fB\&.git/ORIG_HEAD\fR; redo the commit by starting with its log message\&. If you do not need to edit the message further, you can give
\fB\-C\fR
option instead\&.
.sp
See also the
\fB\-\-amend\fR
option to
\fBgit-commit\fR(1)\&.
T}
.TE
.RE
.PP
Undo a commit, making it a topic branch
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ git branch topic/wip          \fB(1)\fR
$ git reset \-\-hard HEAD~3       \fB(2)\fR
$ git switch topic/wip          \fB(3)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
You have made some commits, but realize they were premature to be in the
\fBmaster\fR
branch\&. You want to continue polishing them in a topic branch, so create
\fBtopic/wip\fR
branch off of the current
\fBHEAD\fR\&.
T}
\fB2.\fR\h'-2n':T{
Rewind the master branch to get rid of those three commits\&.
T}
\fB3.\fR\h'-2n':T{
Switch to
\fBtopic/wip\fR
branch and keep working\&.
T}
.TE
.RE
.PP
Undo commits permanently
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ git commit \&.\&.\&.
$ git reset \-\-hard HEAD~3   \fB(1)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
The last three commits (\fBHEAD\fR,
\fBHEAD^\fR, and
\fBHEAD~2\fR) were bad and you do not want to ever see them again\&. Do
\fBnot\fR
do this if you have already given these commits to somebody else\&. (See the "RECOVERING FROM UPSTREAM REBASE" section in
\fBgit-rebase\fR(1)
for the implications of doing so\&.)
T}
.TE
.RE
.PP
Undo a merge or pull
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ git pull                         \fB(1)\fR
Auto\-merging nitfol
CONFLICT (content): Merge conflict in nitfol
Automatic merge failed; fix conflicts and then commit the result\&.
$ git reset \-\-hard                 \fB(2)\fR
$ git pull \&. topic/branch          \fB(3)\fR
Updating from 41223\&.\&.\&. to 13134\&.\&.\&.
Fast\-forward
$ git reset \-\-hard ORIG_HEAD       \fB(4)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
Try to update from the upstream resulted in a lot of conflicts; you were not ready to spend a lot of time merging right now, so you decide to do that later\&.
T}
\fB2.\fR\h'-2n':T{
"pull" has not made merge commit, so
\fBgit reset \-\-hard\fR
which is a synonym for
\fBgit reset \-\-hard HEAD\fR
clears the mess from the index file and the working tree\&.
T}
\fB3.\fR\h'-2n':T{
Merge a topic branch into the current branch, which resulted in a fast\-forward\&.
T}
\fB4.\fR\h'-2n':T{
But you decided that the topic branch is not ready for public consumption yet\&. "pull" or "merge" always leaves the original tip of the current branch in
\fBORIG_HEAD\fR, so resetting hard to it brings your index file and the working tree back to that state, and resets the tip of the branch to that commit\&.
T}
.TE
.RE
.PP
Undo a merge or pull inside a dirty working tree
.RS 4
.sp
.if n \{\
.RS 4
.\}
.nf
$ git pull                         \fB(1)\fR
Auto\-merging nitfol
Merge made by recursive\&.
 nitfol                |   20 +++++\-\-\-\-
 \&.\&.\&.
$ git reset \-\-merge ORIG_HEAD      \fB(2)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
Even if you may have local modifications in your working tree, you can safely say
\fBgit pull\fR
when you know that the change in the other branch does not overlap with them\&.
T}
\fB2.\fR\h'-2n':T{
After inspecting the result of the merge, you may find that the change in the other branch is unsatisfactory\&. Running
\fBgit reset \-\-hard ORIG_HEAD\fR
will let you go back to where you were, but it will discard your local changes, which you do not want\&.
\fBgit reset \-\-merge\fR
keeps your local changes\&.
T}
.TE
.RE
.PP
Interrupted workflow
.RS 4
Suppose you are interrupted by an urgent fix request while you are in the middle of a large change\&. The files in your working tree are not in any shape to be committed yet, but you need to get to the other branch for a quick bugfix\&.
.sp
.if n \{\
.RS 4
.\}
.nf
$ git switch feature  ;# you were working in "feature" branch and
$ work work work      ;# got interrupted
$ git commit \-a \-m "snapshot WIP"                 \fB(1)\fR
$ git switch master
$ fix fix fix
$ git commit ;# commit with real log
$ git switch feature
$ git reset \-\-soft HEAD^ ;# go back to WIP state  \fB(2)\fR
$ git reset                                       \fB(3)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
This commit will get blown away so a throw\-away log message is OK\&.
T}
\fB2.\fR\h'-2n':T{
This removes the
\fIWIP\fR
commit from the commit history, and sets your working tree to the state just before you made that snapshot\&.
T}
\fB3.\fR\h'-2n':T{
At this point the index file still has all the WIP changes you committed as
\fIsnapshot WIP\fR\&. This updates the index to show your WIP files as uncommitted\&.
.sp
See also
\fBgit-stash\fR(1)\&.
T}
.TE
.RE
.PP
Reset a single file in the index
.RS 4
Suppose you have added a file to your index, but later decide you do not want to add it to your commit\&. You can remove the file from the index while keeping your changes with git reset\&.
.sp
.if n \{\
.RS 4
.\}
.nf
$ git reset \-\- frotz\&.c                      \fB(1)\fR
$ git commit \-m "Commit files in index"     \fB(2)\fR
$ git add frotz\&.c                           \fB(3)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
This removes the file from the index while keeping it in the working directory\&.
T}
\fB2.\fR\h'-2n':T{
This commits all other changes in the index\&.
T}
\fB3.\fR\h'-2n':T{
Adds the file to the index again\&.
T}
.TE
.RE
.PP
Keep changes in working tree while discarding some previous commits
.RS 4
Suppose you are working on something and you commit it, and then you continue working a bit more, but now you think that what you have in your working tree should be in another branch that has nothing to do with what you committed previously\&. You can start a new branch and reset it while keeping the changes in your working tree\&.
.sp
.if n \{\
.RS 4
.\}
.nf
$ git tag start
$ git switch \-c branch1
$ edit
$ git commit \&.\&.\&.                            \fB(1)\fR
$ edit
$ git switch \-c branch2                     \fB(2)\fR
$ git reset \-\-keep start                    \fB(3)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
This commits your first edits in
\fBbranch1\fR\&.
T}
\fB2.\fR\h'-2n':T{
In the ideal world, you could have realized that the earlier commit did not belong to the new topic when you created and switched to
\fBbranch2\fR
(i\&.e\&.
\fBgit switch \-c branch2 start\fR), but nobody is perfect\&.
T}
\fB3.\fR\h'-2n':T{
But you can use
\fBreset \-\-keep\fR
to remove the unwanted commit after you switched to
\fBbranch2\fR\&.
T}
.TE
.RE
.PP
Split a commit apart into a sequence of commits
.RS 4
Suppose that you have created lots of logically separate changes and committed them together\&. Then, later you decide that it might be better to have each logical chunk associated with its own commit\&. You can use git reset to rewind history without changing the contents of your local files, and then successively use
\fBgit add \-p\fR
to interactively select which hunks to include into each commit, using
\fBgit commit \-c\fR
to pre\-populate the commit message\&.
.sp
.if n \{\
.RS 4
.\}
.nf
$ git reset \-N HEAD^                        \fB(1)\fR
$ git add \-p                                \fB(2)\fR
$ git diff \-\-cached                         \fB(3)\fR
$ git commit \-c HEAD@{1}                    \fB(4)\fR
\&.\&.\&.                                         \fB(5)\fR
$ git add \&.\&.\&.                               \fB(6)\fR
$ git diff \-\-cached                         \fB(7)\fR
$ git commit \&.\&.\&.                            \fB(8)\fR
.fi
.if n \{\
.RE
.\}
.sp
.TS
tab(:);
r lw(\n(.lu*75u/100u).
\fB1.\fR\h'-2n':T{
First, reset the history back one commit so that we remove the original commit, but leave the working tree with all the changes\&. The \-N ensures that any new files added with
\fBHEAD\fR
are still marked so that
\fBgit add \-p\fR
will find them\&.
T}
\fB2.\fR\h'-2n':T{
Next, we interactively select diff hunks to add using the
\fBgit add \-p\fR
facility\&. This will ask you about each diff hunk in sequence and you can use simple commands such as "yes, include this", "No don\(cqt include this" or even the very powerful "edit" facility\&.
T}
\fB3.\fR\h'-2n':T{
Once satisfied with the hunks you want to include, you should verify what has been prepared for the first commit by using
\fBgit diff \-\-cached\fR\&. This shows all the changes that have been moved into the index and are about to be committed\&.
T}
\fB4.\fR\h'-2n':T{
Next, commit the changes stored in the index\&. The
\fB\-c\fR
option specifies to pre\-populate the commit message from the original message that you started with in the first commit\&. This is helpful to avoid retyping it\&. The
\fBHEAD@{1}\fR
is a special notation for the commit that
\fBHEAD\fR
used to be at prior to the original reset commit (1 change ago)\&. See
\fBgit-reflog\fR(1)
for more details\&. You may also use any other valid commit reference\&.
T}
\fB5.\fR\h'-2n':T{
You can repeat steps 2\-4 multiple times to break the original code into any number of commits\&.
T}
\fB6.\fR\h'-2n':T{
Now you\(cqve split out many of the changes into their own commits, and might no longer use the patch mode of
\fBgit add\fR, in order to select all remaining uncommitted changes\&.
T}
\fB7.\fR\h'-2n':T{
Once again, check to verify that you\(cqve included what you want to\&. You may also wish to verify that git diff doesn\(cqt show any remaining changes to be committed later\&.
T}
\fB8.\fR\h'-2n':T{
And finally create the final commit\&.
T}
.TE
.RE
.SH "DISCUSSION"
.sp
The tables below show what happens when running:
.sp
.if n \{\
.RS 4
.\}
.nf
git reset \-\-option target
.fi
.if n \{\
.RE
.\}
.sp
.sp
to reset the \fBHEAD\fR to another commit (\fBtarget\fR) with the different reset options depending on the state of the files\&.
.sp
In these tables, \fBA\fR, \fBB\fR, \fBC\fR and \fBD\fR are some different states of a file\&. For example, the first line of the first table means that if a file is in state \fBA\fR in the working tree, in state \fBB\fR in the index, in state \fBC\fR in \fBHEAD\fR and in state \fBD\fR in the target, then \fBgit reset \-\-soft target\fR will leave the file in the working tree in state \fBA\fR and in the index in state \fBB\fR\&. It resets (i\&.e\&. moves) the \fBHEAD\fR (i\&.e\&. the tip of the current branch, if you are on one) to \fBtarget\fR (which has the file in state \fBD\fR)\&.
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 A       B     C    D     \-\-soft   A       B     D
                          \-\-mixed  A       D     D
                          \-\-hard   D       D     D
                          \-\-merge (disallowed)
                          \-\-keep  (disallowed)
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 A       B     C    C     \-\-soft   A       B     C
                          \-\-mixed  A       C     C
                          \-\-hard   C       C     C
                          \-\-merge (disallowed)
                          \-\-keep   A       C     C
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 B       B     C    D     \-\-soft   B       B     D
                          \-\-mixed  B       D     D
                          \-\-hard   D       D     D
                          \-\-merge  D       D     D
                          \-\-keep  (disallowed)
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 B       B     C    C     \-\-soft   B       B     C
                          \-\-mixed  B       C     C
                          \-\-hard   C       C     C
                          \-\-merge  C       C     C
                          \-\-keep   B       C     C
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 B       C     C    D     \-\-soft   B       C     D
                          \-\-mixed  B       D     D
                          \-\-hard   D       D     D
                          \-\-merge (disallowed)
                          \-\-keep  (disallowed)
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 B       C     C    C     \-\-soft   B       C     C
                          \-\-mixed  B       C     C
                          \-\-hard   C       C     C
                          \-\-merge  B       C     C
                          \-\-keep   B       C     C
.fi
.if n \{\
.RE
.\}
.sp
\fBreset \-\-merge\fR is meant to be used when resetting out of a conflicted merge\&. Any mergy operation guarantees that the working tree file that is involved in the merge does not have a local change with respect to the index before it starts, and that it writes the result out to the working tree\&. So if we see some difference between the index and the target and also between the index and the working tree, then it means that we are not resetting out from a state that a mergy operation left after failing with a conflict\&. That is why we disallow \fB\-\-merge\fR option in this case\&.
.sp
\fBreset \-\-keep\fR is meant to be used when removing some of the last commits in the current branch while keeping changes in the working tree\&. If there could be conflicts between the changes in the commit we want to remove and the changes in the working tree we want to keep, the reset is disallowed\&. That\(cqs why it is disallowed if there are both changes between the working tree and \fBHEAD\fR, and between \fBHEAD\fR and the target\&. To be safe, it is also disallowed when there are unmerged entries\&.
.sp
The following tables show what happens when there are unmerged entries:
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 X       U     A    B     \-\-soft  (disallowed)
                          \-\-mixed  X       B     B
                          \-\-hard   B       B     B
                          \-\-merge  B       B     B
                          \-\-keep  (disallowed)
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
working index HEAD target         working index HEAD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
 X       U     A    A     \-\-soft  (disallowed)
                          \-\-mixed  X       A     A
                          \-\-hard   A       A     A
                          \-\-merge  A       A     A
                          \-\-keep  (disallowed)
.fi
.if n \{\
.RE
.\}
.sp
\fBX\fR means any state and \fBU\fR means an unmerged index\&.
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite