- Sign up for GitHub if not already signed up. Pick default (free plan).
- Fork utk-cs340-spring22/students - Start by forking the students repository
- [Clone][ref-clone] the repository to your computer (git clone https://github.com/yourGHid/students)
- Introduce yourself via a netid.md file (do not create netid.md, but replace netid by your own netid in all lowercase). Please provide at least one sentence on your background and one sentence on your interests. For example,
Hello, my name is John Smith. I am currently a junior at UT working on a BS in Computer Science with a minor in Cybersecurity.
I hope to learn more about software development and how to work on a project in a real world setting.
-
git add netid.md
-
git commit -m 'adding my background information'
You may be asked to provide your email and name for the git client if you have not used git before
-
git push
-
Now go to your fork (https://github.com/yourGHid/students) and click on Create Pull Request on students repository