To exclude files in repo.git.add() #1507
-
Hi, Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To answer the question, there should be clarity about what was tried exactly (with python code), along with the result of that code, and the expected result. Generally with |
Beta Was this translation helpful? Give feedback.
To answer the question, there should be clarity about what was tried exactly (with python code), along with the result of that code, and the expected result.
Generally with
repo.git.add(…)
all possible invocation of the sub-command are possible, if necessary by passing args directly withrepo.git.add('--arg1', '--arg2', 'positional1', 'positional2')
. More about directgit
invocations can be found in the docs.