git-clone
Clone a repository into a new directory
git-init
Create an empty Git repository or reinitialize an existing one
Usage
These commands are fundamental to starting any Git workflow:- Use
git initto create a new repository from scratch - Use
git cloneto create a copy of an existing repository
Related Commands
- Main Commands - All main Git commands
- Worktree Commands - Commands for working with files
