~/github-gh-300 · Git basics ▊
← GitHub Copilot Certification
GITHUB · objective · 5% of the exam
Git basics — GitHub Copilot Certification
The official GITHUB documentation our Git basics practice questions are cited to. Review the primary sources, then practise.
Official references for this objective
-
Github — About remote repositories - GitHub Docs
To use these URLs, you must generate an SSH keypair on your computer and add the public key to your account on GitHub.
-
Github — Getting changes from a remote repository - GitHub Docs
Fetching from a repository grabs all the new remote-tracking branches and tags without merging those changes into your own branches.
-
Github — Pushing commits to a remote repository - GitHub Docs
The syntax to delete a branch is a bit arcane at first glance: git push REMOTE-NAME :BRANCH-NAME Note that there is a space before the