52. Add Collaborators and apply branch protection rules in Github for restricting commits - GIT

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

  • @DevHasan
    @DevHasan ปีที่แล้ว +1

    simple sentence, awesome definition, Informative. tnx bro. love from Bangladesh

  • @santoshkawale21
    @santoshkawale21 3 ปีที่แล้ว +5

    short, simple and upto the point.....awesome.

    • @LeelaWebDev
      @LeelaWebDev  3 ปีที่แล้ว +1

      Glad you liked it!

  • @spachi116
    @spachi116 ปีที่แล้ว

    Concise information. Thank you Leela.

  • @BaBythebestyoutuber000
    @BaBythebestyoutuber000 ปีที่แล้ว

    very clear and straight to the point ty !

  • @-Z00Z-
    @-Z00Z- ปีที่แล้ว +2

    Excellent and to the point - very helpful thank you!! 🙌

  • @arupmondal9396
    @arupmondal9396 ปีที่แล้ว

    Good point,thanks for sharing this.everyone must know this.

  • @ujjwalagarwal4651
    @ujjwalagarwal4651 ปีที่แล้ว

    Very neat and crisp explanation... keep up the good work! ✨👍

  • @devroom8904
    @devroom8904 2 ปีที่แล้ว +1

    This was very concise. Nicely done

  • @pradeephmkumar
    @pradeephmkumar ปีที่แล้ว

    Thank You ...Great Video

  • @abinashbordoloi5944
    @abinashbordoloi5944 2 ปีที่แล้ว

    Very nice explanation, thanks 💯👌

  • @justincaseOne
    @justincaseOne 2 ปีที่แล้ว +1

    it was very clear thanks a lot sir!

  • @fares.abuali
    @fares.abuali 2 ปีที่แล้ว

    Thanks!
    Informative & Concise ❤

  • @sunilchandran4u
    @sunilchandran4u ปีที่แล้ว

    how to force push feature branches...not main branch.. if we force main branch, its blocking other branches also from force pushing. it should work for normal branches.. when we do squashing commits and pushing --force is required.

  • @mandalesai
    @mandalesai 2 ปีที่แล้ว

    Very helpful thank you so much .............

  • @SajalBiswas-v3g
    @SajalBiswas-v3g 8 หลายเดือนก่อน

    Thank you so much

  • @ramchandramukkera5841
    @ramchandramukkera5841 3 ปีที่แล้ว

    Good explanation

  • @Business_101
    @Business_101 ปีที่แล้ว +1

    That’s great - thank you.
    But I have a question for a different scenario - how do you invite collaborators to the git project WITHOUT having them download the code in the Main?
    Say, I have sensitive code in the main that I do not want anyone to download and have a copy of but I would like to build on top of it?

    • @ilirbajrami2902
      @ilirbajrami2902 ปีที่แล้ว

      in all the videos i see, i also see your comment lol. it means that im having the same issue. did you solve it? any news?

    • @Business_101
      @Business_101 ปีที่แล้ว

      @@ilirbajrami2902 haha unfortunately, I still haven’t solved that issue

  • @vijithat2707
    @vijithat2707 10 หลายเดือนก่อน

    Very good

  • @A2ZZ555
    @A2ZZ555 2 ปีที่แล้ว

    What if there is a conflict bt main and other protected branch? Please tell

  • @avibramh
    @avibramh 3 ปีที่แล้ว

    best explanation

  • @yogeshtr8737
    @yogeshtr8737 2 ปีที่แล้ว

    Video was so nice one think i request you add subtitle

  • @Casal0x
    @Casal0x 2 ปีที่แล้ว

    how i can't set that only one person can merge PR to Stage?

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

    how to add collaborator in a specific branch?

  • @sanjaypaudel3296
    @sanjaypaudel3296 2 ปีที่แล้ว

    Is it possible to enable branch protection rules at the organisation level in Github so that all repositories part of that organisation inherit these rules for the applied branches. Right now its really a hassle to enable those same set of rules on a per repo basis for same set of branches.

  • @eliah787
    @eliah787 10 หลายเดือนก่อน

    Can i use this without using git ?

  • @mitravindgarg5372
    @mitravindgarg5372 ปีที่แล้ว

    How do I make Git stop tracking Configuration files, in a way that configuration files should remain in the repository server so that if someone new clones the repo, they should get the file but changes done by that someone new should not be tracked or atleast should not be committed to git remote server ? Configuration files needs to be tracked and committed only once. How can we prevent/freeze future commit on Configuration Files ?

    • @nishanrajbhandari
      @nishanrajbhandari 8 หลายเดือนก่อน

      In ".gitignore" file
      add :
      config/
      and then . in terminal in vs code
      git rm -r --cached config/
      git commit -m "Remove configs from Git's index"
      this might work ..

  • @sreeharipillai9163
    @sreeharipillai9163 ปีที่แล้ว

    thanks, this helped

  • @ADSNGreenLife
    @ADSNGreenLife 2 ปีที่แล้ว

    Great great video

  • @alvinchisom4841
    @alvinchisom4841 3 หลายเดือนก่อน

    this is good

  • @mozhganchamani4248
    @mozhganchamani4248 2 ปีที่แล้ว

    Thanks for the video, I have a question, I am setting a private git server as the hosting server, am I be able to set the branch protection rules by using Git Bash? Is there any command for that?

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว

      I didnt worked on the private repo, need to check

  • @ainigma100
    @ainigma100 3 ปีที่แล้ว +1

    Thank you for your video. I have a question regarding restrictions. Imagine that we have 2 branches (development and production). How can we set a restriction which will block any merge between these 2 branches? I do not want these branches to be merged together.

    • @sayantanmanna1360
      @sayantanmanna1360 3 ปีที่แล้ว +2

      If you don't merge the development branch with the main, how are you going to add the developments to the main file and what is the purpose of having a development branch in that case?

  • @sbshshendkar
    @sbshshendkar 3 ปีที่แล้ว

    Can you create video on git patch

  • @sushi0607
    @sushi0607 2 ปีที่แล้ว

    this is showing in paid version for Private Repo, while this free for public repo

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว

      yeah

    • @guimatheus92
      @guimatheus92 2 ปีที่แล้ว +1

      So this feature is paid for private repo? That was what I’m looking for. This is a difficult decision 😭

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

    Finally, I found it .....

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

    very nice