Welcome to USDC's Git workshop repository! This workshop aims to teach the following:
- Learning outcome #1
- Learning outcome #2
- Learning outcome #3
Prerequisites for this workshop:
Feel free to complete the activities in this repository at whatever own order and pace feels right for you. We have included instructions below for optional guidance.
Create a fork of the git-workshop repository (which can also be referred to as a "repo") using the Fork button on the upper right corner of this repo page.
![image](https://private-user-images.githubusercontent.com/121973038/374259192-9d4a3231-e075-4459-8903-2e289f09cdb8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDc0NTAsIm5iZiI6MTczOTIwNzE1MCwicGF0aCI6Ii8xMjE5NzMwMzgvMzc0MjU5MTkyLTlkNGEzMjMxLWUwNzUtNDQ1OS04OTAzLTJlMjg5ZjA5Y2RiOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNzA1NTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNmVlNmFmYzY3NjQxM2Y2YzJmYjEyMGI4MTU4NGI4NGE1OTUwYzA4MjAwMGFlYzFiMGM4NjUzNjEyZjJiNDExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0YcubGDEzVE5g_ODCgDz1690V1F15u6DH6yp2FDPrZ0)
In the owner dropdown, select your own GitHub username. You can keep the "Copy the main branch only" field checked.
![image](https://private-user-images.githubusercontent.com/121973038/374259449-ae4e7f30-11e5-4436-982b-f8a59aef0034.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDc0NTAsIm5iZiI6MTczOTIwNzE1MCwicGF0aCI6Ii8xMjE5NzMwMzgvMzc0MjU5NDQ5LWFlNGU3ZjMwLTExZTUtNDQzNi05ODJiLWY4YTU5YWVmMDAzNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNzA1NTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xODRjMTlkYmExMTRlZmI2ZDE1OGE3ZDI5NTJlODg5NTM4NDlkMmI0M2E1ZTI3NDQxNzM0MDEwODg1OTVmODYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.w9qshPAX1orwNu6xxwSAoW_POBywISUf7MpQyvtx1xc)
This creates your own personal copy of the git-workshop repo on your GitHub account. Your changes on your forked repo will only be reflected in your personal GitHub account's version of the git-workshop code. Think of it as making your own copy of a Google doc. Your changes on your created copy will not change the original Google doc you copied.