Comandos uteis GIT
Deletando branches (local)
Deleta uma branch que já foi merged
git branch -d branchname
git branch -d branchname
git branch -d branchname
#!/usr/bin/env python | |
""" | |
This file contains a method to fetch all unread SMS messages from an android device and returns a dict with result. | |
@author: Artur Tenorio - arturvt@gmail.com | |
""" | |
from datetime import datetime | |
import os | |
import pipes | |
import subprocess |