Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I commit files to GitHub from Android Phone

Tags:

android

github

I've been doing a school assignment on HTML and CSS. It was an easy assignment and I almost missed the due date when I was away for the weekend.

I have done the assignment on my phone but to hand it in I have to put it on my GitHub page.

Is there a way to put files from Android onto my GitHub page?

like image 837
tyelford Avatar asked Mar 26 '16 06:03

tyelford


People also ask

Can GitHub be used on Android?

At Universe, we announced GitHub for mobile as a fully-native GitHub experience on iOS and Android. Now, you can stay in touch with your team, triage issues, and even merge code, right from your mobile device, anywhere.


1 Answers

Is there a way to put files from Android onto my GitHub page?

Sure.

Choose a Git client from the Play store and install it. There are a few free options and a few paid ones. Some are essentially read-only cients, but others will let you make changes.

Note that with Git you aren't really "putting files onto your GitHub page", but rather creating commits on your local device and pushing those commits to GitHub.

Alternatively, you should be able to use GitHub's web editor to make changes directly from Chrome or Firefox (though you might have to request the desktop web interface instead of the mobile one).

like image 173
Chris Avatar answered Sep 22 '22 23:09

Chris