GIT 3 Branching Strategy | Github and GitLab Branching Strategy | Must know for all engineers

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ค. 2023
  • Join this channel to get access to perks:
    / @conceptandcoding
    #github #softwareengineer

ความคิดเห็น • 37

  • @haider.memories
    @haider.memories 8 วันที่ผ่านมา +1

    Perfect explaining. Thanks!!

  • @nikrajput3512
    @nikrajput3512 11 หลายเดือนก่อน +5

    Hey Shrayansh ,You had told that you won't make other than Interview questions as private .But you made one of the most important topic : Concurrency Handling as Members only .This is not fair yaar

    • @vishalghanghav748
      @vishalghanghav748 11 หลายเดือนก่อน +1

      Oh ,is that video uploaded .I thought he is still creating it. Before he had informed that it would be public

  • @shm8296
    @shm8296 2 หลายเดือนก่อน

    how the dev branch take the changes to QA branch through pr? or git merge?

  • @prasenjitsutradhar3368
    @prasenjitsutradhar3368 11 หลายเดือนก่อน +3

    Looking for Branching Strategy for a long time......thanks a lot!

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน +1

      Hope you will find this video useful

  • @kcchennupati
    @kcchennupati 10 หลายเดือนก่อน +2

    6:52 I think we need to merge hotfix version(v1.1) from master to develop branch(v2) as well when we are back merging to release branch(v2) or back merge release (v2+hot fix) to develop (v2).otherwise if a new release(v3) is created from develop(v3)..it might have lost hot fix update(v1.1).

    • @ConceptandCoding
      @ConceptandCoding  10 หลายเดือนก่อน +2

      Right, whenever we start release process, always compare relase with develop, if there are any new changes present, first do back merge.

  • @AshishGusain17
    @AshishGusain17 11 หลายเดือนก่อน

    Hi Shrayansh..thnx for the video.
    Query: Is the only use case of master branch is when we get a bug in prod and regression testing is going on in release branch?

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน

      This is one of the use case on top of my mind. But let me think for more usecases

  • @nishantvishwanadha2912
    @nishantvishwanadha2912 8 หลายเดือนก่อน +2

    Thanks a lot for detail and pictorial explantion

  • @heygokul
    @heygokul 7 หลายเดือนก่อน +1

    Well explained. Thanks!

  • @theSDE2
    @theSDE2 9 หลายเดือนก่อน

    This is awesome. Shreyansh can you teach us what is the ideal way to do a bug bash in the team for our application or just for the Backend.

    • @ConceptandCoding
      @ConceptandCoding  9 หลายเดือนก่อน

      Thanks, sorry I did not understand the question properly

    • @theSDE2
      @theSDE2 9 หลายเดือนก่อน

      @@ConceptandCodingSo generally after we have built some features in team, then we follow some testing of our features. With respect to that I have seen teams doing BUG BASHING. I wanted to check if you know how it should be conducted?

  • @alen740926
    @alen740926 7 หลายเดือนก่อน

    thanks - when we create the hit fix branch out of master branch for production issue- where/ which environment are we testing the "hot fix" before pushing to production again? given Dev & lower environments has exsiting new features being tested?

    • @ConceptandCoding
      @ConceptandCoding  7 หลายเดือนก่อน

      Hi alen, thanks for the super thanks. Means lot to me.
      Once we have created the hotfix branch out of master, we can test it on stage environment (QA)
      In stage environment, you can deploy the component which you want to test and run your FT or particular scenario from postman and get validate it.

    • @alen740926
      @alen740926 7 หลายเดือนก่อน

      ​@@ConceptandCoding thanks for replying- so based on your input - in that case - does QA contain both new features (version 2,3 being tested) + hotfix code? or ONLY the hoxfix code? (version1 +hotfix code) - will this interupt the regression? and what if there is conflict between hotfix and new features?

    • @ConceptandCoding
      @ConceptandCoding  7 หลายเดือนก่อน +1

      @@alen740926 regression is happening with Release branch manifest(which has feature 1 and 2) and Hotfix is happening with Live changes + Bugfix changes.
      Release regression can go in parallel with Hotfix manifest regression

    • @alen740926
      @alen740926 7 หลายเดือนก่อน

      @@ConceptandCoding so basically - use hoffix branch to manually deploy into QA environment (obviously we need to cooridnaten with developers to not push any other changes to QA during that time) while regression can still be going-on in UAT/release branch...? and once verficition is done in QA then we can use hotfix branch for production issues...

    • @ConceptandCoding
      @ConceptandCoding  7 หลายเดือนก่อน

      @@alen740926 i see some gap with the understanding of QA environment.
      Feel free to ping me on LinkedIn, we can have a quick call and sync up on this.

  • @user-pc1pm1vb7p
    @user-pc1pm1vb7p 4 หลายเดือนก่อน

    how trunk based deployment strategy works then ?? can u please tell

  • @Lokesh-el4mx
    @Lokesh-el4mx 2 หลายเดือนก่อน +1

    ❤🎉

  • @motivation_hubPJ
    @motivation_hubPJ 11 หลายเดือนก่อน

    Thanks a lot for the video . In our org we don't keep release and master separate . Mine is not MNC though. But i feel there are certain advantages for the same. First in case multiple teams are deploying in prod in same day then it becomes difficult to monitor to separate release version on prod. Second in our org we have restrictions on which branch can be deployed in prod . We can only deploy master in prod. This helps to maintain consistency . Also it becomes easier to find out what is the diff btw code in prod and qa envs. Lastly on the point of hot fix. we do have a lot of hotfixes but usually we don't face problems with same because any hotfix will be merged via pr and the code diff will always show the changes. Not sure if this is a correct way but is working for know. Please let me know your pov on this or why it may not be a approach . Also Shreyansh if possible can we have a community channel of discord /slack . Have a lot to discuss with you 😅. Thanks again for all your informative video.

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน

      :) thanks for the details.
      I have the telegram group, pls check the channel home page top right corner

    • @Akash-Harale
      @Akash-Harale 6 หลายเดือนก่อน

      bro is there any vacancy for a MERN stack developer in your org?

  • @anilsahu5709
    @anilsahu5709 11 หลายเดือนก่อน

    Hotfix back merge to Release might impact regression

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน +1

      Nope, the usecase where we merge hotfix (or in this case say bugfix) in release when new build is in Live and during monitoring we find an issue, and we want to fix on top of that new release only.
      Till backmerge is not done, new release and regression can not start.

  • @yuvhrajverma9665
    @yuvhrajverma9665 11 หลายเดือนก่อน

    Sir till when are u planning to complete ur system design course, it would be really helpful if u complete it early

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน +1

      I am working toward it buddy, will complete it as soon as possible

    • @yuvhrajverma9665
      @yuvhrajverma9665 11 หลายเดือนก่อน

      @@ConceptandCoding ok sir

  • @ragupathia2316
    @ragupathia2316 หลายเดือนก่อน +1

    excel

  • @vishalghanghav748
    @vishalghanghav748 11 หลายเดือนก่อน +1

    Interview on Monday .Concurrency ka video aa jaaye to maja aa jayega

    • @ConceptandCoding
      @ConceptandCoding  11 หลายเดือนก่อน +1

      let me work this weekend buddy. Or pls ping me on linkedin, we can discuss for 15, 20 mins, if you have any doubts with concurrency, hope i would be able to answer those.
      Good luck for your interview.