Skip to main content

All Questions

-1 votes
1 answer
44 views

Commits from branch master appear in other branch - GitHub

I am analyzing commits from project apache/mina-sshd but I am running to a problem: All commits in the branch 0.9.x from project mina-sshd (except for the first 3 commits) belongs to branch master ...
Zui Vu's user avatar
  • 1
1 vote
1 answer
377 views

Git command to get pull request subject body from issue number

I would like to get pull request body, subject and URL from issue number by git command especially by gitPython library. How can I do it?
jacobcan118's user avatar
  • 9,189
1 vote
2 answers
1k views

pushing zipped files on github using python

i want to push a .zip file on github using python code or API, but in doing so with some resources which i found on stackoverflow, the file is being pushed but the data pushed is corrupted and cannot ...
User6670's user avatar
  • 160
0 votes
1 answer
302 views

Getting the time when the file was committed on Github

I want to somehow want to see if there is a way to get the time for when a file was committed on Github. I have tried using PyGithub and GitPython, but they don't have any options as such. Does anyone ...
Harshdeep Singh's user avatar