1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-14 23:00:45 +01:00

Readme: separate the examples to make them easier to read

This commit is contained in:
Rico Sta. Cruz 2015-04-19 10:31:43 +08:00
parent 3f0cbb9326
commit d4d1de7992

View File

@ -16,7 +16,9 @@ sudo apt-get install vim
[sudo] password for nvbn: [sudo] password for nvbn:
Reading package lists... Done Reading package lists... Done
... ...
```
```bash
➜ git push ➜ git push
fatal: The current branch master has no upstream branch. fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use To push the current branch and set the remote as upstream, use
@ -28,7 +30,9 @@ To push the current branch and set the remote as upstream, use
git push --set-upstream origin master git push --set-upstream origin master
Counting objects: 9, done. Counting objects: 9, done.
... ...
```
```bash
➜ puthon ➜ puthon
No command 'puthon' found, did you mean: No command 'puthon' found, did you mean:
Command 'python' from package 'python-minimal' (main) Command 'python' from package 'python-minimal' (main)
@ -39,7 +43,9 @@ zsh: command not found: puthon
python python
Python 3.4.2 (default, Oct 8 2014, 13:08:17) Python 3.4.2 (default, Oct 8 2014, 13:08:17)
... ...
```
```bash
➜ git brnch ➜ git brnch
git: 'brnch' is not a git command. See 'git --help'. git: 'brnch' is not a git command. See 'git --help'.
@ -49,7 +55,9 @@ Did you mean this?
➜ fuck ➜ fuck
git branch git branch
* master * master
```
```bash
➜ lein rpl ➜ lein rpl
'rpl' is not a task. See 'lein help'. 'rpl' is not a task. See 'lein help'.