After you clone the project onto your computer, is there a way to not clone the project again while to push or pull more from the repository?
While in the BitternRepo folder, I get this error when I do git pull after not working on the project for a while.
fatal: unable to access 'https://github.com/AugustanaCSC305Fall24/BitternRepo.git/': Could not resolve host: github.com
Is there a way to keep working on the project without going through the whole cloning process every time I go to work on the project?
Absolutely! In general you should only have to clone once, and then after that you can just "pull" to update it.
Your error sounds like a flaky wifi problem, rather than a git-specific problem...