Skip to content Skip to sidebar Skip to footer
Showing posts with the label Git

Get Tags Of A Commit

Given an object of GitPython Commit, how can I get the tags related to this commit? I'd enjoy h… Read more Get Tags Of A Commit

How To Get Subprocess Stdout While Running Git Command?

I have a program written in python and used git command in it.. For some reason I don't want to… Read more How To Get Subprocess Stdout While Running Git Command?

Easy-install Live Python Libraries/scripts

I have a number of python 'script suites' (as I call them) which I would like to make easy-… Read more Easy-install Live Python Libraries/scripts

Use Gitpython To Checkout A New Branch And Push To Remote

Given a repo from GitPython, how can I create a new local branch, add some files, and push it to re… Read more Use Gitpython To Checkout A New Branch And Push To Remote

Decompile *.pyc File Using Uncompyle2

I'm trying to decompile *.pyc file using uncompyle2 (https://github.com/wibiti/uncompyle2). So … Read more Decompile *.pyc File Using Uncompyle2

Is There A Tool To Create Repo Manifest File With Sha Based On Current Work Directory?

I'm using repo, which is used by Android project, to manage my project. Is there a tool to crea… Read more Is There A Tool To Create Repo Manifest File With Sha Based On Current Work Directory?