Git Mistakes Every Junior Developer should Avoid | clean-code

Sdílet
Vložit
  • čas přidán 16. 05. 2024
  • 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
    islemmaboud.com/join-newsletter
    ⭐ 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
    github.com/ipenywis/git-mista...
    -- Special Links
    ✨ Join Figma for Free and start designing now!
    psxid.figma.com/69wr7zzb1mxm
    👉 ✨ Join Figma For Professionals And Start Designing with your Team ✨
    psxid.figma.com/ucwkx28d18fo-...
    🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize
    • Build Login/Register A...
    🧭 Turn Design into React Code | From prototype to Full website in no time
    • Turn Design into React...
    🧭 Watch Tutorial on Designing the website on Figma
    • I Design a onecolor We...
    🧭 Watch Create a Modern React Login/Register Form with smooth Animations
    • Create a Modern React ...
    🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools
    • Debug React Apps Like ...
    🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React
    • Master React Like Pro ...
    🧭 Learn Redux For Beginners | React Redux from Zero To Hero to build a real-world app
    • Debug React Apps Like ...
    🧭 Introduction to GraphQL with Apollo and React
    • Introduction to GraphQ...
    👉 Personal Links:
    ✨ My Portfolio islemmaboud.com
    🐦 Follow me on Twitter: / ipenywis
    💻 GitHub Profile github.com/ipenywis
    Made with ❤️ by Coderone

Komentáře • 10

  • @farzadmf
    @farzadmf Před 3 měsíci +3

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

  • @stanleychukwu7424
    @stanleychukwu7424 Před 3 měsíci +1

    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

  • @tahashokri77
    @tahashokri77 Před 3 měsíci

    Awesome man, nice points

  • @rishiraj2548
    @rishiraj2548 Před 3 měsíci

    Thanks a lot

  • @alexanderkomanov4151
    @alexanderkomanov4151 Před 3 měsíci

    Thanks!

  • @RaZziaN1
    @RaZziaN1 Před 3 měsíci +1

    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.

  • @RomvnlyPlays
    @RomvnlyPlays Před 3 měsíci

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

    • @painnagato7617
      @painnagato7617 Před 3 měsíci +1

      really ?

    • @RomvnlyPlays
      @RomvnlyPlays Před 3 měsíci

      @@painnagato7617 nope

    • @RaZziaN1
      @RaZziaN1 Před 3 měsíci +2

      push local master if u stil have, and make master protected next time, normal user shouldn't be able to delete protected branches