How can i add mutiple files into a github repository with one commit? #1755
Unanswered
tranphuocloc070699
asked this question in
Q&A
Replies: 1 comment
-
What one way to do this is with github-api/src/test/java/org/kohsuke/github/GHTreeBuilderTest.java Lines 119 to 125 in 998b658 The call to github-api/src/test/java/org/kohsuke/github/GHTreeBuilderTest.java Lines 178 to 188 in 998b658 Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As titled, i can implement code to add and commit into a github repository, but it create mutiple time push
Can anyone help me modify this code to add mutiple content into github repo with only one commit?
Thanks for all
Beta Was this translation helpful? Give feedback.
All reactions