Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain the difference between github fork, git clone, and git branch #46

Open
ShrimpyJ opened this issue Jan 26, 2021 · 0 comments
Open
Milestone

Comments

@ShrimpyJ
Copy link

Forking copies the repository as an independent copy, which remains if the original is deleted.

Branching opens a new branch of the repository under a new name, which has its own unique changes.

Cloning copies the remote repository onto the local machine.

@ShrimpyJ ShrimpyJ added this to the abrock14_git milestone Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant