minus-squaremikazuki@lemmy.worldtoProgrammer Humor@programming.dev•Openheimer in programminglinkfedilinkarrow-up10·1 year agoAt least always use git push —force-with-lease. It makes sure you are that the remote hasn’t changed since you lasted pulled. https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-force-with-lease linkfedilink
At least always use
git push —force-with-lease
. It makes sure you are that the remote hasn’t changed since you lasted pulled. https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-force-with-lease