commands for git clone code example
Example 1: git clone
#You will be required to sign into github
git clone [email protected]:UserName/gitRepositories.git
Example 2: git clone
gh repo clone <repository> [<directory>] [-- <gitflags>...]
# With the new GitHub CLI