#AskRaghav

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 78

  • @vaibhavgupta777
    @vaibhavgupta777 4 дня назад +1

    Thank You So So Much Sir🙏🙏🙏🙏

  • @NKVERMA-kd8vx
    @NKVERMA-kd8vx Год назад +2

    Very simple way of explaining things. Great!

  • @MrNams
    @MrNams 2 года назад +4

    I could easily understood difference, thanks for such great video and putting your time in making and sharing video #mrnams

  • @arturmuellerromanov4438
    @arturmuellerromanov4438 3 года назад +4

    Very good. Thank you. Love from Germany :-)

  • @vinayaksharma-ys3ip
    @vinayaksharma-ys3ip 2 года назад +1

    Thanks Raghav! It was really helpful!

  • @manishakkalwar8960
    @manishakkalwar8960 Год назад

    yes. Its very good explanation sir.. Thank you so much..

  • @nitesh6937
    @nitesh6937 3 года назад +2

    Again explained in easy, simple, short way. Live demo make me more clear now🎉🎉

  • @thegnefsartsandgames2475
    @thegnefsartsandgames2475 5 месяцев назад

    Awesome video. thanks for the clear explanation.

  • @qR7pK9sJ2t
    @qR7pK9sJ2t 3 года назад +3

    Like to Dislike Ratio in this video = Infinite .
    My respect for Raghav Sir = Infinite .

    • @RaghavPal
      @RaghavPal  3 года назад

      Thanks a lot Siddharth

  • @salesforceWithParamita
    @salesforceWithParamita 3 года назад +1

    explained very nicely.Thank you so much

  • @lancemoney9634
    @lancemoney9634 Год назад

    this is a superb and excellent video!

  • @arifsaleem-7377
    @arifsaleem-7377 9 месяцев назад

    simple, concise and clear. thanks raghav. i've one question if we cloned the repo so can we create a pull request to make our changes to the original remote repo?

    • @RaghavPal
      @RaghavPal  9 месяцев назад +1

      Arif
      Certainly! When you clone a repository, you create a local copy of the project on your machine. To contribute changes back to the original remote repository (usually hosted on GitHub), follow these steps:
      1. Fork the Repository:
      - First, fork the original repository on GitHub. This creates a copy of the repository under your GitHub account.
      - You can do this by clicking the "Fork" button on the original repository's page.
      2. Clone Your Forked Repository Locally:
      - Use `git clone` to create a local copy of your forked repository on your machine:
      ```
      git clone
      ```
      - Replace `` with the actual URL of your forked repository.
      3. Create a New Branch:
      - Navigate to the cloned repository using `cd `.
      - Create a new branch for your changes:
      ```
      git checkout -b my-feature
      ```
      - Replace `my-feature` with a descriptive branch name.
      4. Make Your Changes:
      - Edit files, add new features, or fix issues in your local branch.
      5. Commit Your Changes:
      - Use `git add .` to stage your changes.
      - Then commit the changes:
      ```
      git commit -m "Description of your changes"
      ```
      6. Push Your Changes to Your Forked Repository:
      - Push your local branch to your forked repository on GitHub:
      ```
      git push origin my-feature
      ```
      7. Create a Pull Request:
      - Visit your forked repository on GitHub.
      - Click the "Compare & pull request" button next to your branch.
      - Provide a brief description of your changes and click "Create pull request".
      - Your pull request will be submitted to the original repository for review.
      8. Review and Merge:
      - The repository owner or maintainers will review your changes.
      - If everything looks good, they can merge your pull request into the original repository.
      Remember that you need to fork the repository first to create a pull request. Cloning alone won't allow you to directly submit changes to the original repository.
      ..

    • @arifsaleem-7377
      @arifsaleem-7377 9 месяцев назад +1

      @@RaghavPal that's a satisfactory answer. i'm really thankful for your reply and your answer to my question. thanks again...

  • @abhishekpundir5941
    @abhishekpundir5941 Год назад +1

    You have explained this thing in a very simple way🙌🫡

  • @RS-mn6vc
    @RS-mn6vc 3 года назад +1

    Your vids are a great resource sir. Keep going - More power to you.

    • @RaghavPal
      @RaghavPal  3 года назад +1

      So nice of you Raj

  • @hamidaliyev4348
    @hamidaliyev4348 3 года назад +2

    Thanks Raghav! Very useful. So it means if you clone without forking you can not contribute to the project, right?

    • @RaghavPal
      @RaghavPal  3 года назад +1

      Yes, correct Hamid

    • @hamidaliyev4348
      @hamidaliyev4348 3 года назад

      Thanks for your response. I wonder if you have tutorial for rebase in git?

    • @RaghavPal
      @RaghavPal  3 года назад +1

      Hi Hamid, can check this - ruclips.net/video/KWAZl2QHC44/видео.html

    • @krishm5116
      @krishm5116 2 года назад

      But we can create a branch in ORIGINAL repo and CLONE locally and create a PR to contribute too right?

  • @ramankr0022
    @ramankr0022 9 месяцев назад

    very helpful. nicely explained.

    • @RaghavPal
      @RaghavPal  9 месяцев назад

      Glad it was helpful!

  • @CaioCesar-gr9te
    @CaioCesar-gr9te 3 года назад +1

    great explanation. thank you!

  • @piyushsaxena6243
    @piyushsaxena6243 Год назад

    great explanation. thanks a lot man

  • @AshishKalsi09
    @AshishKalsi09 5 месяцев назад

    much needed , thanks

    • @RaghavPal
      @RaghavPal  5 месяцев назад

      You're welcome Ashish

  • @noaakshay
    @noaakshay 3 года назад +1

    Great video thank you.

  • @avtarsashia4897
    @avtarsashia4897 Год назад

    Thanks for clarity

  • @jiyelaljaiswal7458
    @jiyelaljaiswal7458 11 месяцев назад

    nicely explained!!!!!!!

    • @RaghavPal
      @RaghavPal  11 месяцев назад

      Glad it was helpful

  • @dilipmkp2812
    @dilipmkp2812 6 месяцев назад

    thanks for the video

    • @RaghavPal
      @RaghavPal  6 месяцев назад

      You're welcome

  • @tulasiramsunkara
    @tulasiramsunkara 3 года назад

    Nice Explanation raghav

    • @RaghavPal
      @RaghavPal  3 года назад

      Glad you liked it Tulasi

  • @anumanthukindinti
    @anumanthukindinti 2 года назад +2

    hi, #askRaghav Thanks for the very clear explanation with examples. I have 1 clarification if I add one more change(second change) after PR(first change) is closed, and raise PR again then it contains the changes of both the first change and the second change. So how do we refresh/re-fork the repo again without deleting this fork? so that PR can have only the changes which I have added in the second time

    • @RaghavPal
      @RaghavPal  2 года назад

      Hi Anu, once you have created a fork, you get the copy of the project, Now its on you what all changes you like to do and push it back to the repo. In your case, if you raise PR 2nd time and the first PR is already added and closed, the 2nd PR will contain the earlier changes

  • @sourabhvaishnav8235
    @sourabhvaishnav8235 3 года назад

    irrespective of what i do, fork or clone...
    in the end to get it merged in the original master created by author, I need to generate a pull request. Right?

    • @RaghavPal
      @RaghavPal  3 года назад

      Yes, can try with that Sourabh

  • @anupshastry5969
    @anupshastry5969 Год назад

    hi sir when we pull from git hub to local machine will it consume space

    • @RaghavPal
      @RaghavPal  Год назад +1

      Hi Anup,
      Yes, it is like downloading a folder to your system, so it will consume space.
      The amount of space consumed depends on the size of the repository, including its files, commit history, and any additional branches or tags

  • @mohilchitransh8970
    @mohilchitransh8970 Год назад

    Thanks sir

  • @vamsiilluri
    @vamsiilluri 3 года назад

    Made understanding Simple

    • @RaghavPal
      @RaghavPal  3 года назад

      Thanks for watching Vamsi

  • @sriramrdn1783
    @sriramrdn1783 2 года назад

    Hi #askRaghav If we delete original repo, does fork gets deleted too?

    • @RaghavPal
      @RaghavPal  2 года назад

      Hi,
      Deleting a private repository will delete all of its forks.
      Deleting a public repository will not delete its forks.
      Pls check this
      stackoverflow.com/questions/53052745/what-happens-to-the-forks-when-deleting-the-original-repository
      docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility

  • @krishm5116
    @krishm5116 2 года назад

    Does this work only for PUBLIC repo?

    • @RaghavPal
      @RaghavPal  2 года назад

      Public, or repo where you are added and have access

  • @mickelsachinms4012
    @mickelsachinms4012 2 года назад

    How to un fork any public repository
    Tell about it.

    • @RaghavPal
      @RaghavPal  2 года назад

      This will help ralphjsmit.com/unfork-github-repo

  • @ushasri9153
    @ushasri9153 3 года назад

    Merge request and pull request is same?

    • @RaghavPal
      @RaghavPal  3 года назад

      No Usha, can also see some online examples

    • @ushasri9153
      @ushasri9153 3 года назад

      @@RaghavPal Okay,thanks for the quick reply.

  • @100grantedjob9
    @100grantedjob9 3 года назад

    how to keep in sync from orinal branch to fork branch

    • @RaghavPal
      @RaghavPal  3 года назад +2

      Can check this
      stefanbauer.me/articles/how-to-keep-your-git-fork-up-to-date
      docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

  • @samarthaj7920
    @samarthaj7920 Год назад

    Searched for cloning but got pull request for free😊😊😊😊

  • @ishanpal9779
    @ishanpal9779 3 года назад

    👍

  • @amalantony8934
    @amalantony8934 Год назад

    Thanks for the clear explanation. So greatful

    • @RaghavPal
      @RaghavPal  Год назад

      You're very welcome Amal