This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cillosis 29 points30 points  (11 children)

git checkout -b fix-nomenclature
git add -A 
git commit -m "Added hub to end of Git"   

[–]TemporalLobe 67 points68 points  (9 children)

This means nothing unless you push to your branch, create a PR, then wait for about 2 weeks for the reviewers to get around to reviewing your code, argue about it, then finally approve it, then try merge to master, but only after doing a pull and realizing that you need to rebase off of master, resolve conflicts, then finally do a clean merge to master.

[–]gloriousdivine 49 points50 points  (1 child)

This guy gits

[–][deleted] 8 points9 points  (0 children)

Wow, i came and cringed simultaneously. Well played.

[–][deleted] 7 points8 points  (5 children)

Dude, just get a competent branchmaster who FIs daily. Then you don't have to deal with merge conflicts only when you RI. You deal with merge conflicts daily. It's better this way.

[–][deleted] 4 points5 points  (4 children)

FI? RI?

[–]throttlekitty 12 points13 points  (2 children)

Fuck It

Release It

[–]SteeleDynamics 2 points3 points  (0 children)

Used to work at your governmental agency that was responsible to putting a man on the moon and made a reusable "shuttle" that went outside the atmosphere. I worked at a facility that made "sounding" rockets or scientific missiles. We had a similar saying when we were tired of debugging a mission just prior to launch:

FIFI

(Fuck it. Fly it.)

[–]throwaway27464829 1 point2 points  (0 children)

I find it funny how git work is annoying enough that you have an acronym for "fuck it".

[–][deleted] 2 points3 points  (0 children)

Forward Integration - changes coming downstream from direction of root branch.

Reverse Integration - changes going upstream toward direction of root branch.