udacity / Android_Me

App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.
261 stars 1.01k forks source link

Issue in cloning #55

Open umerhamdan10 opened 5 years ago

umerhamdan10 commented 5 years ago

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

Marie619 commented 5 years ago

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!!

elhennawy commented 5 years ago

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