Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/custom scope opts #5

Closed
wants to merge 1 commit into from
Closed

Feat/custom scope opts #5

wants to merge 1 commit into from

Conversation

nikcorg
Copy link

@nikcorg nikcorg commented Nov 3, 2022

this is the meat of the change made by @jgwmaxwell to this fork. let's keep our local master up to date with upstream and rebase this PR (without actually merging) to keep updates manageable.

DON'T MERGE THIS PR!

To update our fork, follow these steps:

  1. clone this repo
  2. add upstream as remote
  3. fetch upstream
  4. reset this repo's master to the upstream master
  5. force push the updated master
  6. rebase this PR onto the updated master

or in commands

git clone [email protected]:musicglue/pow.git && cd pow && \
git remote add upstream https://github.com/danschultzer/pow.git && \
git fetch --all && git reset --hard upstream/master && git push --force origin master && \
git checkout feat/custom-scope-opts && git rebase master && git push --force origin feat/custom-scope-opts

@nikcorg nikcorg deleted the branch master October 25, 2023 13:54
@nikcorg nikcorg closed this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant