CACS151 - C Programming examples
-
Fork the repo
-
Clone your forked repo
$ git clone https://github.com/<yourName>/CACS151.git
-
Make some changes as desired.
-
Commit changes
$ git add .
$ git commit -m "describe what you changed"
$ git push origin main
- Open pull request