mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
Merge pull request #100 from ZuBB/master
fix(commit): use proper switch to exclude staged stuff
This commit is contained in:
commit
3b398f8f9f
@ -685,7 +685,7 @@ git rebase -i --autosquash
|
||||
|
||||
## skip staging area during commit.
|
||||
```sh
|
||||
git commit -am <commit message>
|
||||
git commit --only <file_path>
|
||||
```
|
||||
|
||||
## List ignored files.
|
||||
|
Loading…
Reference in New Issue
Block a user