Skip to content

trobol/sp19-ggj

Repository files navigation

GitHub Desktop

Change existing repo to github origin

git remote set-url origin https://github.com/trobol/sp19-ggj.git

to check the origin url

 git remote -v

Create a new branch.

git checkout -b <branch-name>

To push your changes to master:

COMMIT ALL CHANGES

git checkout master
git merge <branch-name>
git push
git checkout <branch-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •