You must log in or register to comment.
So you’re going to git gud?
if u ever get a tricky merge conflict, just
git push --force
. this automatically works out the right code to keep (your own)Also, a way to never have to work again!
Pro tip: If your code gets flogged by git, you can always get revenge with
git reflog
😉- git pull
- git reset --hard HEAD
- try not to cry
- cry a lot
git reflog, you can get your old commits back