Android_Me icon indicating copy to clipboard operation
Android_Me copied to clipboard

Issue in cloning

Open umerhamdan10 opened this issue 6 years ago • 2 comments

When i clone the project i mean copy the link and clone in android studio its not load the exact branch for example if i load 00 exercise it just give me starter code How can i solve this issue because i want to do all exercises without waste my time doing from start all code. Thanks in Advance

umerhamdan10 avatar Oct 19 '18 10:10 umerhamdan10

Just clone the repository and then go to android studio terminal and write down the following command git checkout TFragments.00-StartingCode

your problem will be solved. Happy coding!!

Marie619 avatar Dec 29 '18 10:12 Marie619

I got into the same issue as yours, I tried this solution and it worked perfectly with me. After cloning the repository into a folder in your computer, you need first to type git fetch , don't worry if you don't see anything show up on the screen, copy the exact name of the branch you would like to copy, for example TFragments.00-StartingCode, then in your command line type git checkout in my example it would be git checkout TFragments.00-StartingCode

elhennawy avatar Jan 30 '19 02:01 elhennawy