Tuesday, 23 April 2019

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





Monday, 8 April 2019

Android Package Changes

Tuesday, 2 April 2019

Night Mode - Android