Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

It is surprising to me

Name: Anonymous 2016-11-30 4:05

that git --force has absolutely nothing to do with star wars.

Name: Rebel 2016-11-30 4:54

Name: Anonymous 2016-11-30 5:05

is --force consensual?

Name: Anonymous 2016-11-30 7:40

>>4
Of course not. Its repository rape.
https://developer.atlassian.com/blog/2015/04/force-with-lease/
Git's push --force is destructive because it unconditionally overwrites the remote repository with whatever you have locally, possibly overwriting any changes that a team member has pushed in the meantime. However there is a better way; the option --force-with-lease can help when you do need to do a forced push but still ensure you don't overwrite other's work.

I don't always push --force...

It's well known that git's push --force is strongly discouraged as it can destroy other commits already pushed to a shared repository. This isn't always completely fatal (if the changes are in someone's working tree then they can be merged), but at the very least it's inconsiderate, at worst disastrous. This is because the --force option makes the head of the branch point at your personal history, ignoring any changes that may have occurred in parallel with yours.

Name: Anonymous 2016-11-30 8:14

I always push --force because I want to make sure that my semen will be the one that will impregnate her.

Name: Anonymous 2016-12-02 6:38

>>4
There's a hiring video advertisement for Atlassian featuring a transexual programmer.

Name: Anonymous 2016-12-02 7:31

>>6
who gives a shit?

Name: Anonymous 2016-12-03 12:25

>>7
I would give a shit if I saw it. Disgusting creatures.

Don't change these.
Name: Email:
Entire Thread Thread List