git push -f <remote> <branch>
git push -f origin master
git push -f <remote> <branch>
git push -f origin master
""" | |
Autores: | |
Tiago Henrique da Cruz Pereira | |
João Felipe de Moraes Borges | |
""" | |
import threading | |
import time | |
import os | |
from urllib.request import urlopen |
import android.content.Context; | |
import android.util.Log; | |
import com.jakewharton.picasso.OkHttp3Downloader; | |
import com.squareup.picasso.Picasso; | |
/** | |
* Created by Hrishikesh Kadam on 19/12/2017 | |
*/ |