Git Commit
Git Commit
- By Mohammad --
- Sunday, 30 May, 2021
Commit changes to head (but not yet to the remote repository):
git commit -m "Commit message"
Commit any files you've added with git add
, and also commit any files you've changed since then:
git commit -a