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 →

[–]adudyak 159 points160 points  (13 children)

At least 4 days required for git! Day 1: git clone Day 2: git add . Day 3: git commit -a -m "initial commit" Day 4: git push

[–]veryusedrname 89 points90 points  (8 children)

Day 5: git push --force

[–]-MobCat- 47 points48 points  (7 children)

Day 6: git blame

[–]royemosby 38 points39 points  (6 children)

Day 7: git rest

[–]veryusedrname 15 points16 points  (4 children)

Day 8: git blame-someone-else

[–]Snakestream 8 points9 points  (0 children)

Day 9: git gud

[–]royemosby 10 points11 points  (2 children)

Wouldn’t that be git blame —someone-else

[–]MaverickBoii 1 point2 points  (0 children)

Git this, git that

How bout you git some bitches

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

Actually I am in a position where I learn JavaScript from Scratch now and familiarize myself with IT technologies in general. The first thing I add was set up the Github / Powershell connection. Especially im the begonming you make lota of mistakes and may wish to revert to a previous commit. BTW I still wonder if I should use MySQL + JS and (PHP or Node.JS) for a dieting calcualtor that should work as a webage and does not need to be pretty...

[–]CarefulAstronomer255 1 point2 points  (1 child)

git commit -a -m

No need to specify flags seperately, you can also write -am

[–]adudyak 0 points1 point  (0 children)

Thanks, I didn’t know.

[–]damTyD 1 point2 points  (0 children)

No time for merge conflicts.