Horje
updating git Code Example
how to update git on windows
C:\> git update-git-for-windows
updating git
git update-git-for-windows
how to update git
brew upgrade git
update git
# For windows use
git update-git-for-windows
# else I guess?
git update
how to update git
C:\> git update-git-for-windows
how to update your local repository
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




Shell

Related
vim set tab size Code Example vim set tab size Code Example
How can i rename my local master branch to main ? Code Example How can i rename my local master branch to main ? Code Example
how to update pip in linux Code Example how to update pip in linux Code Example
python update pip3 Code Example python update pip3 Code Example
$'\r': command not found Code Example $'\r': command not found Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12