Have you ever found yourself in a situation where you’re struggling to figure out which version of a file you’re working on? Maybe this was an issue you ran into when working your a thesis or end-of-semster project? This can become particularly complicated when you’re collaborating on a project with other team members. Who’s version is the most up-to-date? Did my revisions get accepeted?
https://phdcomics.com/comics/archive_print.php?comicid=1531
One solution to help manage issues like these is through the use of a version control tool like GitHub.
GitHub
repositoryGitHub
repositoryGitHub
For this next assignment, you’re going to fork an existing GitHub repository (repo), make changes to your forked repo, and create a Pull Request to add your changes to the original repo. Forking is one approach that allows you to contribute to a project by making changes to a local version of a file, and then sharing those suggested changes with whoever maintains the project you’re working on.
Here you will be adding your profile information (name, photo, email, website) to the course syllabus. To do this you will need to complete the following:
+ Create a new fork
Create fork
button at the bottom of the pageindex.md
fileindex.md
fileNew pull request
buttonCreate pull request
buttonCreate pull request
button one more time