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)
SourceTree :
-
Start the SourceTree application and clone the repository to your local workspace
Paste the URL, change the destination path according to your environment on disk
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
.