Tagged “git”
-
TIL the core-js spam trolling image javascript git
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
-
TIL How many Fucks there are in Linux comments git image
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
-
TIL reverting git git undo
Two solutions. One is re-write history and hide your mistakes. The other is showing the history, to remind you of your mistakes.
-
TIL a tool to generate contributors to a open-source github project git generator
I found this sweet tool that helps identify who are all the contributors to a project at contrib.rocks
-
TIL How to highlight specific lines in bitbucket git url bitbucket
You may want to highlight specific lines in bitbucket by using #lines-1,2,3
-
TIL that monorepos are so big and can't be used in git git monorepo codebase
Git literally cannot handle all that code for those companies. So they rolled out their own. (With blackjack and hookers)
-
TIL Mono Repo best practices git
In a monorepo, there's a lot of architectural decisions. One major decision: Do you compile each repo and leave the dist?
-
TIL reverting back to master after a wild rabbit hole git
Sometimes, you go off in the deep end with your repo and you want everything back to how it was on master.
See all tags.