mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Merge pull request #985 from awalGarg/patch-1
[git/en] Added the handy -a switch
This commit is contained in:
commit
4dc193d347
@ -217,6 +217,9 @@ the changes made and a message created by the user.
|
||||
```bash
|
||||
# commit with a message
|
||||
$ git commit -m "Added multiplyNumbers() function to HelloWorld.c"
|
||||
|
||||
# automatically stage modified or deleted files, except new files, and then commit
|
||||
$ git commit -a -m "Modified foo.php and removed bar.php"
|
||||
```
|
||||
|
||||
### diff
|
||||
|
Loading…
Reference in New Issue
Block a user