Today I Learned - Rocky Kev

Tagged “git”

  1. TIL the core-js spam trolling

    This entire repo is a hilarious rabbit-hole when you combine this with everyone complaining about the console spam that the dev added to it asking if anyone can find him a job. One of my favorite PRs

  2. TIL How many Fucks there are in Linux

    As of today, in the Linux Repo, there are comments that contains the following mentions: 1,651 for hacks, 2,863 for workarounds, and 4,102 for fixme

  3. TIL reverting git

    Two solutions. One is re-write history and hide your mistakes. The other is showing the history, to remind you of your mistakes.

  4. TIL a tool to generate contributors to a open-source github project

    I found this sweet tool that helps identify who are all the contributors to a project at contrib.rocks

  5. TIL How to highlight specific lines in bitbucket

    You may want to highlight specific lines in bitbucket by using #lines-1,2,3

  6. TIL that monorepos are so big and can't be used in git

    Git literally cannot handle all that code for those companies. So they rolled out their own. (With blackjack and hookers)

  7. TIL Mono Repo best practices

    In a monorepo, there's a lot of architectural decisions. One major decision: Do you compile each repo and leave the dist?

  8. TIL github1s

    One second to read GitHub code with VS Code.

  9. TIL the Readme Template

    I discovered this readme template from Frontend Masters.

  10. TIL reverting back to master after a wild rabbit hole

    Sometimes, you go off in the deep end with your repo and you want everything back to how it was on master.

  11. TIL git switch

    No more checkout. Only git switch.

  12. TIL NPM Audit Fix

    Update your security packs

  13. TIL Semantic Syntax

    Version control using Semver

See all tags.