Skip to content

Instantly share code, notes, and snippets.

@gdestuynder
Last active June 5, 2018 18:27
Show Gist options
  • Save gdestuynder/abeff2f01b873b10940f839dd3581b90 to your computer and use it in GitHub Desktop.
Save gdestuynder/abeff2f01b873b10940f839dd3581b90 to your computer and use it in GitHub Desktop.

Setup

Alternative setup

  • git clone https://github.com/mozilla-iam/auth0-custom-lock
  • cd auth0-custom-lock
  • hub fork this creates a local remote with your username and origin is now the "upstream". This tracks origin/master by default.

Add new code feature and PR

  • git checkout -b featurex
  • work..work..work
  • git commit -a
  • git push origin featurex
  • hub pull-request

Update local version

  • git checkout master (if not already there)
  • git pull -r upstream master
@gene1wood
Copy link

You could use my fork-github-repo tool for the Setup part.

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