Skip to content

nyc-fiery-skippers-2016/throne-overthrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update your local repo

  • git checkout master
  • git pull origin master

make changes

  • git checkout -b 'feature'
  • make changes
  • add
  • commit

reupdate local repo

  • git checkout master
  • git pull origin master

push your changes

  • git checkout 'feature'
  • git rebase master OR git merge master
  • git push origin 'feature'
  • make a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published