Skip to content

Instantly share code, notes, and snippets.

@GoranLilja
Last active June 9, 2020 07:59
Show Gist options
  • Save GoranLilja/5f25ac01ab7d874a022ab9b5514d341c to your computer and use it in GitHub Desktop.
Save GoranLilja/5f25ac01ab7d874a022ab9b5514d341c to your computer and use it in GitHub Desktop.
Git init

git init

git remote add origin git@github.com:GoranLilja/ParticleNoiseFieldProcessing.git

git checkout -b master

git pull origin master

git branch --set-upstream-to=origin/master master

git checkout master

git pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment