Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iamogbz/oss-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jun 27, 2019
2 parents e238264 + 72af0fb commit ade500d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ upstream:
eject:
@git fetch --all --prune
@git checkout -b boilerplate-ejection
@git pull upstream boilerplate-ejection --rebase -Xours
@git pull upstream master --allow-unrelated-histories --no-edit -Xours
@git pull upstream boilerplate-ejection --no-edit -Xours
@git reset master --soft && git add --all && git commit -m "chore: eject"
@echo "eject: branch created, complete by replacing placeholder values"

Expand Down

0 comments on commit ade500d

Please sign in to comment.