most popular git commands code example
Example 1: git basic commands
git clone username@host:/path/to/repository
Example 2: git basic commands
git checkout <branchname>
git clone username@host:/path/to/repository
git checkout <branchname>