Knowledge/Development/Git/README.md
2024-09-14 20:52:37 +02:00

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