Manual Commit

Manual Commit

To commit your manually, you can open one of these two :

  • Git Bash

  • Command Prompt

Once you've opened one of them, run these three commands :

git add *
git commit -m "Commit Name"
git push origin main

Last updated