Utilising diff-tree #1359
Unanswered
DT-Forcology
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is a section in the documentation which describes how diffing works. From there it should be straightforward make decisions based on the results. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to utilise GitPython as part of a script that needs to act differently on folders that have been modified, essentially I need to run the following command in my script and then act accordingly on the folders if they have been modified or added:
git diff-tree lastDeployCommit:apis headCommit:apis
Is this possible with GitPython?
Beta Was this translation helpful? Give feedback.
All reactions