Initialize git repository
Open the terminal at the base directory and type:
If your repository is not empty, first pull changes or your push will be rejected. Run this before pushing:
git pull origin master
Last updated
Open the terminal at the base directory and type:
If your repository is not empty, first pull changes or your push will be rejected. Run this before pushing:
git pull origin master
Last updated