Perbarui git repo lokal
git pull origin master
Xerothermic Xenomorph
git pull origin master
git update-git-for-windows
git remote set-url origin https://github.com/myName/GitTest.git
C:\> git update-git-for-windows
$ git pull origin master
First, navigate to the desired directory:
$ cd ~/Documents/GitHub/DI-NEON-participants
And then type:
$ git remote add upstream https://github.com/NEONS...
Update local repo using git pull with the added directions of
upstream indicating the central repository and master specifying
which branch you are pulling down:
$ git pull upstream master