Skip to content

Instantly share code, notes, and snippets.

View bredmor's full-sized avatar
🔥
This is fine.

Morgan Breden bredmor

🔥
This is fine.
View GitHub Profile
@bredmor
bredmor / squash.txt
Created January 12, 2022 19:11
Squash feature commits w/ no rebase
## Squashes all commits ahead of dev on current branch into one
## Before running, ensure all working files are comitted to feature branch
# Start on the current state of develop
git checkout develop
# Create a new temporary working branch
git checkout -b feature/TICKET-0000_temp