Update git layer rebase documentation

This commit is contained in:
Eivind Fonn 2016-08-19 10:10:09 +02:00
parent 64d3eb953e
commit 25eb00c24f

View file

@ -195,9 +195,9 @@ will discard the commit message.
| ~e~ | edit | | ~e~ | edit |
| ~f~ | fixup | | ~f~ | fixup |
| ~j~ | go down | | ~j~ | go down |
| ~gj~ | move line down | | ~M-j~ | move line down |
| ~k~ | go up | | ~k~ | go up |
| ~gk~ | move line up | | ~M-k~ | move line up |
| ~d~ or ~x~ | kill line | | ~d~ or ~x~ | kill line |
| ~r~ | reword | | ~r~ | reword |
| ~s~ | squash | | ~s~ | squash |