mirror of
https://github.com/namibia/tips.git
synced 2024-12-23 02:28:58 +00:00
-am
This commit is contained in:
parent
d07dd0040c
commit
7dcbedb269
@ -86,6 +86,7 @@
|
||||
* [Dry run. (any command that supports dry-run flag should do.)](https://github.com/git-tips/tips#dry-run-any-command-that-supports-dry-run-flag-should-do)
|
||||
* [Marks your commit as a fix of a previous commit](https://github.com/git-tips/tips#marks-your-commit-as-a-fix-of-a-previous-commit)
|
||||
* [squash fixup commits normal commits.](https://github.com/git-tips/tips#squash-fixup-commits-normal-commits)
|
||||
* [skip staging area during commit](https://github.com/git-tips/tips#skip-staging-area-during-commit)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -599,5 +600,10 @@ git commit --fixup <SHA-1>
|
||||
git rebase -i --autosquash
|
||||
```
|
||||
|
||||
## skip staging area during commit
|
||||
```sh
|
||||
git commit -am 'commit message'
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
Reference in New Issue
Block a user