Added adding and comitting
This commit is contained in:
parent
17b543e406
commit
bc35654807
@ -111,6 +111,14 @@ Or you can add an SSH key
|
|||||||
|
|
||||||
## Saving changes
|
## Saving changes
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git add file1 file2
|
||||||
|
git add *
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git commit -m "your commit message"
|
||||||
|
```
|
||||||
unstage by using
|
unstage by using
|
||||||
```shell
|
```shell
|
||||||
use "git reset HEAD <file>..." to unstage
|
use "git reset HEAD <file>..." to unstage
|
||||||
|
Reference in New Issue
Block a user