Skip to content

Commit

Permalink
Merge pull request #14 from eeveebank/update-makefile
Browse files Browse the repository at this point in the history
Enforce rebase when pulling private branch
  • Loading branch information
George Harley authored Jan 23, 2024
2 parents 3b657c4 + 36c7db9 commit 51c7e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ init:
git remote add private [email protected]:eeveebank/remote-pair-programming-test-private

push-test:
git checkout -b car-api && git pull private car-api && git push origin car-api
git checkout -b car-api && git pull private car-api --rebase && git push origin car-api

delete-test:
git reset --hard && git checkout master && git push -d origin car-api && git branch -D car-api
git reset --hard && git checkout master && git push -d origin car-api && git branch -D car-api

0 comments on commit 51c7e4d

Please sign in to comment.