To exclude files in repo.git.add() #1507
Answered
by
Byron
amrs-saama
asked this question in
Q&A
|
Hi, Thank you. |
Answered by
Byron
Nov 1, 2022
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 |
3 replies
Answer selected by
amrs-saama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 directgitinvocations can be found in the docs.