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