This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git init | |
| Initialized empty Git repository in /DIR/.git/ | |
| touch a.txt | |
| git add -A | |
| git ci -m "initial commit" | |
| 1 file changed, 0 insertions(+), 0 deletions(-) | |
| create mode 100644 a.txt | |
| git rebase -i HEAD^ | |
| fatal: Needed a single revision |