Skip to content

Instantly share code, notes, and snippets.

View wlisesrivas's full-sized avatar
🏠
Working from home

Wlises R. wlisesrivas

🏠
Working from home
View GitHub Profile
import os
import sys
import subprocess as proc
import zipfile as zipf
GIT_COMMAND = 'git diff-tree --no-commit-id --name-only -r {commit_id}'
EXPLORER_CMD = r'explorer /select,{0}'
DESTINATION_DIR = 'C:/Users/santiago.depedro/Desktop'