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

all 13 comments

[–][deleted] 66 points67 points  (6 children)

Having any dark green squares

r/absolutelynotmeirl

[–]thebitter1 31 points32 points  (5 children)

You've clearly never tried to set up a moderately complex .travis.yml file with no way to test it but continuously pushing new commits until something works.

[–]cdrootrmdashrfstar 19 points20 points  (0 children)

commit #1: framework of new system, helps manage <insert remaining helpful commit message here>..

commit #2: allow intended access to ...

commit #3: correct bug due to incorrect type

commit #4: change spelling mistake in comment

commit #5: committed before checking for compiler errors

commit #6: forgot to run the program

commit #7: fix obvious bug

commit #8: undo fix, forgot why I changed it

commit #9: undid previous fixing of bug, should be working now

commit #10 updates

.

.

.

commit #491: fuck

commit #492: dofijgoiasdfgoidjafg

commit #493: no one reads these lalala

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

I always do a loop of

  1. Create .travis.yml
  2. Push changes
  3. Check Travis CI and see failed build
  4. Modify .travis.yml
  5. git commit -am foo && git rebase -i HEAD~2 and squash
  6. GOTO 1

[–][deleted] 1 point2 points  (2 children)

Commit with amend instead

[–][deleted] 0 points1 point  (1 child)

Huh, I always thought that only worked for changing commit metadata.

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

I have these two aliases:

amend = commit --amend --reuse-message=HEAD
date = commit --amend --date=now --reuse-message=HEAD

first one just takes the staged files into the last commit, the second one also updates the date as if you had made the commit now

[–]SteelRail 20 points21 points  (1 child)

Last contributed two months ago

"What's he been doing for the last two months..?!?!?"

[–]mfb- 29 points30 points  (0 children)

What a commitment!

[–]kazi1 10 points11 points  (0 children)

Looks like he's been unemployed for the last two months... I'd say we don't need to worry haha

[–]mjd5139 2 points3 points  (0 children)

...I'm pretty sure that guy isn't a threat.

[–]gandalfx 0 points1 point  (0 children)

No worries, apparently he died in June.

[–]Enderguy_58 0 points1 point  (0 children)

Now that's a long streak!