Start a project

You can start a project by either initializing your directory into a repo or by cloning your repo from GitHub.

  • git init <directory>

    -Create a local repo to initialize the current directory as a git repo.

  • git clone <url>

    -Download a remote repo from GitHub.

Last updated