Closed trikarai closed 1 year ago
Could you please drop the first two commits? To do so run git rebase -i fa54e9f and comment out the first two commits, then git push --force.
git rebase -i fa54e9f
git push --force
We use rebase instead of merge to preserve a clean commit history. Here is a summary of our Git workflow: https://github.com/lordfiSh/sniperelite5maps#contributing. Steps 6 through 8 need to be done every time a PR is created.
Could you please drop the first two commits? To do so run
git rebase -i fa54e9f
and comment out the first two commits, thengit push --force
.We use rebase instead of merge to preserve a clean commit history. Here is a summary of our Git workflow: https://github.com/lordfiSh/sniperelite5maps#contributing. Steps 6 through 8 need to be done every time a PR is created.