297
you are viewing a single comment's thread
view the rest of the comments
[-] NotSteve_@lemmy.ca 15 points 1 year ago

How do you accidentally force push lol

[-] wasabi@feddit.de 22 points 1 year ago

I assume the accident was not to force push, but to the wrong branch

[-] Redscare867@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

This is why I always git push origin +branch_name

[-] forgeddit@sopuli.xyz 1 points 1 year ago* (last edited 1 year ago)

My go-to these days is to push the current branch, dynamically.
git push origin HEAD

Depending on the VC, HEAD has different prefix/suffixes to make it work.

Edit: formatting, also I never checkout master I do origin/master so I cannot even push it with this method. I think

load more comments (1 replies)
load more comments (3 replies)
this post was submitted on 25 Oct 2023
297 points (97.7% liked)

Programmer Humor

32355 readers
1216 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS