Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 375 Bytes

File metadata and controls

1 lines (1 loc) · 375 Bytes

Github fork creates a copy of a repository, but this copy exists as a remote repository. Git clone creates a local copy of a repository, which means that a copy of repository exists on my local machine. Git branch creates a new branch from the main line of development, where a programmer can work without messing up the main line. A branch is a lightweight movable pointer.