Git commands
Links:
| Command |
Description | Other notes |
|---|---|---|
git clone |
Create a copy of the main repo on the local computer, |
|
git fetch |
Check the remote repo for any updates, but does not do anything to the local repo | |
git pull |
Attempt to pull changes from the Server's repo to your the local repo. Might cause conflicts which needs to be solved |
Might call git fetch automatically |
git add |
||