# Git ## Add new commit - `git add README.md` - add file/s to repository - `git commit -m "first commit"` - commit file ## Remote repository push