@@ -16,8 +16,8 @@ $ git add -i
16
16
3: unchanged +5/-1 lib/simplegit.rb
17
17
18
18
*** Commands ***
19
- 1: status 2: update 3: revert 4: add untracked
20
- 5: patch 6: diff 7: quit 8: help
19
+ 1: [s]tatus 2: [u]pdate 3: [r]evert 4: [a]dd untracked
20
+ 5: [p]atch 6: [d]iff 7: [q]uit 8: [h]elp
21
21
What now>
22
22
----
23
23
@@ -61,8 +61,8 @@ Update>>
61
61
updated 2 paths
62
62
63
63
*** Commands ***
64
- 1: status 2: update 3: revert 4: add untracked
65
- 5: patch 6: diff 7: quit 8: help
64
+ 1: [s]tatus 2: [u]pdate 3: [r]evert 4: [a]dd untracked
65
+ 5: [p]atch 6: [d]iff 7: [q]uit 8: [h]elp
66
66
What now> 1
67
67
staged unstaged path
68
68
1: +0/-1 nothing TODO
@@ -76,8 +76,8 @@ If you want to unstage the `TODO` file at this point, you use the `3` or `r` (fo
76
76
[source,console]
77
77
----
78
78
*** Commands ***
79
- 1: status 2: update 3: revert 4: add untracked
80
- 5: patch 6: diff 7: quit 8: help
79
+ 1: [s]tatus 2: [u]pdate 3: [r]evert 4: [a]dd untracked
80
+ 5: [p]atch 6: [d]iff 7: [q]uit 8: [h]elp
81
81
What now> 3
82
82
staged unstaged path
83
83
1: +0/-1 nothing TODO
@@ -97,8 +97,8 @@ Looking at your Git status again, you can see that you’ve unstaged the `TODO`
97
97
[source,console]
98
98
----
99
99
*** Commands ***
100
- 1: status 2: update 3: revert 4: add untracked
101
- 5: patch 6: diff 7: quit 8: help
100
+ 1: [s]tatus 2: [u]pdate 3: [r]evert 4: [a]dd untracked
101
+ 5: [p]atch 6: [d]iff 7: [q]uit 8: [h]elp
102
102
What now> 1
103
103
staged unstaged path
104
104
1: unchanged +0/-1 TODO
@@ -113,8 +113,8 @@ This is much like specifying `git diff --cached` on the command line:
113
113
[source,console]
114
114
----
115
115
*** Commands ***
116
- 1: status 2: update 3: revert 4: add untracked
117
- 5: patch 6: diff 7: quit 8: help
116
+ 1: [s]tatus 2: [u]pdate 3: [r]evert 4: [a]dd untracked
117
+ 5: [p]atch 6: [d]iff 7: [q]uit 8: [h]elp
118
118
What now> 6
119
119
staged unstaged path
120
120
1: +1/-1 nothing index.html
0 commit comments