Skip to content

git faq

Chris Kamphuis edited this page Mar 3, 2021 · 6 revisions

Git


Q1: What is the URL and command to clone my repository?

Click on <> Code first. Then click on the green Code with the download symbol. Then click on the paste icon to copy the URL for the clone.

Screenshot

Then use git clone <URL> where URL is the pasted one. Use the HTTPS URL if you do not mind typing username/password. Use the SSH URL if you do but do not mind setting up SSH keys.


Q2: When to use add, commit, push etc. and what does this all mean?

This infographic will help you, but cannot replace learning about git with the resources pointed at in the assignment.

Help with git

Feel free to add Q&A pairs to the list!

Clone this wiki locally