Git Toolkit
GitHub CLI Tools
GitLab CLI Tools
-
Clone a specific Git branch
git clone -b <branch> <remote_repo>
git clone -b mybranch2 git@github.com:user/mygitproject.git
-
Create New Branch
git checkout -b <new-branch-name>
-
Change Branch
git checkout <branch name>
You can access the my awesome lists here
Contributions of any kind welcome, just follow the guidelines!
