version control
Via Android Studio
Developer Branch
https://stackoverflow.com/questions/1911109/how-to-clone-a-specific-git-branch
Clone Branch
git clone -b chetan git@github.com:chetangdhamande/android.git
git clone -b chetan https://github.com/chetangdhamande/android.git
where,
1. "chetan" is branch name
2. "https://github.com/chetangdhamande/android.git" is address with https format
3. "-b" is used for branch
https://www.freecodecamp.org/forum/t/push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too/13222
Clone Branch
git clone -b chetan git@github.com:chetangdhamande/android.git
git clone -b chetan https://github.com/chetangdhamande/android.git
where,
1. "chetan" is branch name
2. "https://github.com/chetangdhamande/android.git" is address with https format
3. "-b" is used for branch
https://www.freecodecamp.org/forum/t/push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too/13222


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home