Skip to content

Commit

Permalink
Merge pull request #15 from eeveebank/nojira-fix-conflicts-on-push-test
Browse files Browse the repository at this point in the history
Fix conflict with the private repo Makefile
  • Loading branch information
dclarke18 authored Feb 16, 2024
2 parents 51c7e4d + 5dcf2dc commit f36e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ push-test:
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 branch -D car-api && git push -d origin car-api

0 comments on commit f36e91f

Please sign in to comment.