forked from Workshops/How-To-Git-Started
Added adding and comitting
This commit is contained in:
parent
bc35654807
commit
b99624b27f
@ -111,11 +111,13 @@ Or you can add an SSH key
|
|||||||
|
|
||||||
## Saving changes
|
## Saving changes
|
||||||
|
|
||||||
|
Adding files to commit
|
||||||
```shell
|
```shell
|
||||||
git add file1 file2
|
git add file1 file2
|
||||||
git add *
|
git add *
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Committing files with commit message
|
||||||
```shell
|
```shell
|
||||||
git commit -m "your commit message"
|
git commit -m "your commit message"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user