9 lines
149 B
Markdown
9 lines
149 B
Markdown
# Git
|
|
|
|
## Add new commit
|
|
|
|
- `git add README.md` - add file/s to repository
|
|
- `git commit -m "first commit"` - commit file
|
|
|
|
## Remote repository push
|