What is difference between pull and clone and fork in GIT

  • git clone means you are making a copy of the repository in your system.
  • git fork means you are copying the repository to your Github account.
  • git pull means you are fetching(واگذاری) the last modified repository.
  • git push means you are returning the repository after modifying it.

  • Clone: Get a working copy of the remote repository.
  • Pull: I am working on this, please get me the new changes that may be updated by others.

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *