This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#FROM YOUR TEMP SEMESTERLY | |
git fetch --all | |
git checkout -b temp origin/staging | |
git reset --hard 641e0efe709ccd8828532725cfefa908e77c07c5 | |
git checkout feature/copy_links | |
git rebase --onto temp 4c3ed5e3ebb2d2912155af1c79bf972e17b9554b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch -D temp | |
git fetch --all | |
git checkout feature/vectorized_search | |
git reset origin/feature/vectorized_search --hard | |
git checkout -b temp origin/staging | |
git reset --hard beb2058e8b958cd58a8aa94e0c22e33ac3f0a6f6 | |
git checkout feature/vectorized_search | |
git rebase --onto temp 3f059fadbd45ad29bcd7a47d9ab87aff3ea8b42e^ | |
git merge staging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout -b {NEWBRANCHNAME} staging | |
git log --no-merges noah_messed_up..{OLDBRANCHNAME} --format=format:%H | git cherry-pick --stdin |