DEV Community

Discussion on: Git Rebase Explained Simply

Collapse
 
sebbdk profile image
Sebastian Vargr • Edited

When i rebase, it's always because your base is belong to me.

git push -f origin master

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

alias git-yeet='rm -rf * && git commit -am "yeet" && git push -f origin master'