Git Mistakes Every Junior Developer should Avoid | clean-code

preview_player
Показать описание
Git is integral to every developer's workflow, from cloning repositories to handling Pull Requests. But have you ever wondered if you're making common Git mistakes? In this video, we'll explore the pitfalls to avoid, whether you're a junior or a seasoned developer. Tune in to enhance your Git skills and become a more proficient coder.

🎉Our Newsletter is live! Join thousands of other developers

⭐ Timestamps ⭐
00:00 Intro
00:16 | 01 Comming large unrelated changes
06:33 | 02 Silly Commit Messages
08:31 | 03 Global config for all repositories
10:25 | 04 Git plugins

💻 View the Demo source code used in the video

-- Special Links

✨ Join Figma for Free and start designing now!

👉 ✨ Join Figma For Professionals And Start Designing with your Team ✨

🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize

🧭 Turn Design into React Code | From prototype to Full website in no time

🧭 Watch Tutorial on Designing the website on Figma

🧭 Watch Create a Modern React Login/Register Form with smooth Animations

🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools

🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React

🧭 Learn Redux For Beginners | React Redux from Zero To Hero to build a real-world app

🧭 Introduction to GraphQL with Apollo and React

👉 Personal Links:

Made with ❤️ by Coderone
Рекомендации по теме
Комментарии
Автор

Nice video, but it would be even nicer if links to the resources you mentioned were included in the description

farzadmf
Автор

boss @6:30, what extension are you using for github that helps you to separate the changes removed and the changes added when looking at commits.. thank you

stanleychukwu
Автор

1. No one do it like this, at least if you have teams of developers - everything will be sqashed anyway. If u develop by yourself it doesn't matter. 2. Squash and bye bye. 3. That's really useful, we use it all the time. especially if u have many projects on different platforms.

RaZziaN
Автор

Help I just deleted the master branch on the git repo!

RomvnlyPlays