https://github.com/DionisZ/new-project.git
Here is how to get your new repository for "new-project":
- Open Terminal.
- Change the current working directory to the location where you want work with your "new-project".
- Clone your repository with command:
git clone https://github.com/DionisZ/new-project.git
- Change branch to "development" with command:
git checkout development
Done! You have local repository for "new-project" with main and development branches.