http://bit.ly/2ESeZZN
Git is an essential part of modern development, but for some reason not all teams have commit message style guide. This article will help you and your teammates get better in writting commit messages and to have clean log history.
#git
Git is an essential part of modern development, but for some reason not all teams have commit message style guide. This article will help you and your teammates get better in writting commit messages and to have clean log history.
#git
ββAt mitter.io, we have a couple of public-facing npm packages that we need to publish, and we recently moved to a mono-repo structure managed by Lerna from having separate repositories for each one of them. Today, Iβd like to share our experience of this migration and our setup with the new monorepo structure.
9 minute read
#Git #Lerna
9 minute read
#Git #Lerna
Medium
Moving from multiple repositories to a lerna-js mono-repo
We moved from multi-repos for each of our public-facing npm packages to a mono-repo structure managed by Lerna. Hereβs what we did &β¦
ββOne topic I have gotten more and more excited about throughout my software development career is quality! Perhaps Iβve been burned one too many times
4 min read
\
#Git #Husky
4 min read
\
#Git #Husky
gitconnected.com | Level Up Your Coding
Using Pre-Commit and Pre-Push Git Hooks in a React Project
One topic I have gotten more and more excited about throughout my software development career is quality! Perhaps Iβve been burned one tooβ¦
ββGit is hard: screwing up is easy, and figuring out how to fix your mistakes is fucking impossible. Git documentation has this chicken and egg problem where you can't search for how to get yourself out of a mess, unless you already know the name of the thing you need to know about in order to fix your problem.
8 min read
#Git
8 min read
#Git
ββAs a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands already that explain it better than I could ever do, e.g. here by KodeHauz Inc, here by Goran Aviani, and here by Saurabh Kulshrestha. Their articles are awesome. Check them out.
#git
#git
Medium
Using Git commands that will make you look like a senior developer
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands already that explain it betterβ¦
ββEvery software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companies adopted git because of its features.
β± 5 minutes read
#Git
β± 5 minutes read
#Git
Medium
7 Git Best Practices to Start Using in Your Next Commit
Every software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companiesβ¦
ββGit is the most popular distributed version control system in the world. Linus Torvalds, the creator of the Linux kernel, built this tool way back in 2005, which is currently an actively maintained open-source project. A huge number of open-source and commercial projects rely on Git for version control.
β± 12 minutes
#Git
β± 12 minutes
#Git
Medium
Top 30 Git Commands You Should Know To Master Git CLI
Learn the most essential Git commands to boost your productivity, and become a master in managing the GitHub repositories.
ββI used to think squash commits were so cool, and then I had to use them all day, every day. Hereβs why you should avoid squash
β±οΈ 4 minutes read
#Git
β±οΈ 4 minutes read
#Git
Medium
Why I Prefer Regular Merge Commits Over Squash Commits
I used to think squash commits were so cool, and then I had to use them all day, every day. Hereβs why you should avoid squash