GitHub Create branch, VS Code checkout branch, commit and push changes, and merge branch to master

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • Demonstrate creating a branch in GitHub from master, checking out the branch in Visual Studio Code, making code changes, staging, committing, and pushing changes back to GitHub. Finally shows how to merge newly created branch back to the master branch in GitHub.

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

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

    Nice, clear, and concise explanation - Great job!

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

    Thank you! this is easier than using the terminal, which is the first way I learned.

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

    Excellent explanation - clear, concise, and very helpful. Thanks!

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

    steps are very clear thanks for the video

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

    This really was helpful, how the hell is nobody saying thank you for this

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

    Thank you for you video, I really appreciate your tutorial as it was easy to follow.

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

    Very well explained! Thanks a lot bro.

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

    It was really helpful. Thankyou so much

  • @THARUNGAJJELA
    @THARUNGAJJELA 28 วันที่ผ่านมา

    Thanks!! simple explanation

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

    Clear explanation.. thankyou

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

    Easy to understand ❤

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

    Very useful thanks a ton

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

    this helped me, thank you very much

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

    Thank you so much 😊

  • @gregg-d4l
    @gregg-d4l 8 หลายเดือนก่อน

    great video, how do you do the merge and delete branch from the vs code side?

  • @DanielRong795
    @DanielRong795 10 วันที่ผ่านมา

    If you wan to make some changes for the pull request (before merge), I click edit file, made the changes. Then I go back to the main page, and I click view file. Everything is still remain unchanged. Why is that? Thanks.

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

    How to move specific commit from one branch to another branch without doing cherry pick and also without from the previous branch ?

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

    Thank you 😊

  • @n-az563
    @n-az563 ปีที่แล้ว +1

    The branch I created in Git its not being reflected in VS Code why?

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

    What can I do if the file conflict to any file of master branch?

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

      You have to use a Git client to resolve the conflicts.
      docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line

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

    Thank you

  • @-leaflet
    @-leaflet ปีที่แล้ว

    Thank you