Sauter Git Workflow : Clone Repository - sauter-hq/git-guidelines GitHub Wiki

  • Clone your repo, this will automatically check out the default branch, which your repository administrator changed from master to develop. (Note: In newer versions of github, this URL may be positioned on the right side)

    Copy https repository url in Github Web Interface

SourceTree :

  • Start the SourceTree application and clone the repository to your local workspace

    Clone the repository with SourceTreeApp

    Paste the URL, change the destination path according to your environment on disk

    Clone the repository with SourceTreeApp Paths

Git Command Line :

cd /to/your/workspace
git clone [email protected]:SBA-Test/nposuite-case-vision-importer.git 

You'll end up with a local clone named : /to/your/workspace/nposuite-case-vision-importer .