-1

I usually develop apps on android for many reasons.

And I recently (at the asking time) came across a framework called github and I was fascinated.

So I decided to share my projects on github, and created many repositories for them.

However there was a problem:

It was:

It's hard to upload a whole project on github with normal browsers!

At first I created every directory trees manually and copy&pasted the contents.

Then I noticed drag and drop feature, which I could not utilize with android browsers.

So my question is:

How can I share my projects on github effectively on android?

Community
  • 1
  • 1
KYHSGeekCode
  • 1,068
  • 2
  • 12
  • 30

3 Answers3

3

GitHub is a hosting service for Git repositories. So you need to first learn the basics of how Git works. Pro Git should get you started; more information available at the Documentation page.

jsageryd
  • 4,234
  • 21
  • 34
2

This feature isn't really meant to be used on a mobile device. When you are developing an app, you can use Android Studio on your development computer to commit files to a local repo and push the current branch to GitHub. As another answer states, you should read Pro Git to learn more about the basics of version control with Git. Focus on the first three chapters which contain almost everything you need to use Git as a programmer.

Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268
1

I could upload folders with an application MGit , not chrome. So my demand has been solved.

KYHSGeekCode
  • 1,068
  • 2
  • 12
  • 30