Skip to content

Commit 5a2a92f

Browse files
committed
Update readme
1 parent 759f252 commit 5a2a92f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ that aliases for your daily commands even exist.
2121

2222
```sh
2323
$ ls -lh
24-
You know you have an alias for that, right? ll
24+
Alias tip: ll
2525
:
2626

2727
$ git gui
28-
You know you have an alias for that, right? gg
28+
Alias tip: gg
2929
:
3030

3131
$ git rebase --interactive master
32-
You know you have an alias for that, right? gri master
32+
Alias tip: grbi master
3333
:
3434

3535
$ git status
36-
You know you have an alias for that, right? git st
36+
Alias tip: g st
3737
:
3838
```
3939

0 commit comments

Comments
 (0)