gitpython Questions
1
Solved
I have a repo created via GitPython library that has some uncommitted changes. I want to stash those changes. How do I do it?
Searching for "stash" in the GitPython docs returned no results.
1
Solved
The GitPython tutorial mentions the attribute untracked_files as the way to get the array of untracked files of a particular git repository.
However referring to this attribute results in the fol...
3
I'm writing a git post-receive hook using Python and Git-Python that gathers information about the commits contained in a push, then updates our bug tracker and IM with a summary. I'm having troubl...
Dolmen asked 29/8, 2013 at 5:11
1
Solved
Lets say you're in the terminal, currently sitting at the root of a git repo.
If you've got GitPython installed, you can do this to get the last committed commit, or rather, the commit that HEAD p...
© 2022 - 2024 — McMap. All rights reserved.