Clone the repository using git clone https://github.com/jweng1011/EJAA-Sprout.git
- Before committing, make sure to always
git pullto update your local branch with any changes that were made to the repo. - Once your local branch is up to date with the repo without any conflicts, use
git add .to add your changed files to your commit. - Give your commit a description using
git commit -m "[YOUR DESCRIPTION]" - Push your code to the repository using
git push