How git repositories work
About: google search
- doc
- basics
- check out this gui … is now on my computer
git init
Create an empty Git repository or reinitialize an existing one(
git clone
The git clone command copies an existing Git repository. This is sort of like svn checkout , except the “working copy” is a full-fledged Git repository—it has its own history, manages its own files, and is a completely isolated environment from the original repository.Tags
- repositories
- git
See Also
- Thought about: Postman with 149 viewings related by tag "git".
- Thought GitHub GUI for an API ... with 18 viewings related by tag "git".
- Thought about: github with 14 viewings related by tag "repositories".