mirror of
https://github.com/namibia/tips.git
synced 2025-01-23 15:18:29 +00:00
Added alternative as an array
This commit is contained in:
parent
32f2a4af35
commit
1ff31a939f
@ -161,6 +161,12 @@ git diff
|
||||
git diff --cached
|
||||
```
|
||||
|
||||
|
||||
__Alternatives:__
|
||||
```sh
|
||||
git diff --staged
|
||||
```
|
||||
|
||||
## Show both staged and unstaged changes
|
||||
```sh
|
||||
git diff HEAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user