Skip to content

Instantly share code, notes, and snippets.

View Maratonec's full-sized avatar
💭
Playing ClockWiseRun

Maratonec

💭
Playing ClockWiseRun
  • Prague, Czech Republic
View GitHub Profile
@Detelca
Detelca / TestgithubActivity.java
Created April 8, 2012 14:55
How to create/update file with github api v3 from android
package com.krama.testgithub;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import org.eclipse.egit.github.core.Blob;
import org.eclipse.egit.github.core.Commit;
import org.eclipse.egit.github.core.Reference;