私は似たようなトレースを探していますが、コマンド “git log
–stat”から取得できますが、コミットやマージはしませんが、フェッチ/プルは可能です。誰かがそのような痕跡があるかどうか知っていますか?私がリポジトリを所有していないときに、そのような情報を取得する方法があれば、それは私にはありますか?
ありがとうございました
ベストアンサー
私が知っていることから:
-
git fetch
doesn’t leave any trace in the logs of a
Git repo -
git pull
could be guessed from the merges you can
see from other branches from the namespace “remotes” of a repo -
git pull --rebase
wouldn’t be so easy to find back
(since you rewrite the history of a local branch by rebasing it on
top of a remotes branch)
GitHubリポジトリのためにリストできる唯一のものは、 GitHub V3
APIを使用した保留中のプルリクエストのリストですをご覧ください。
GET /repos/:user/:repo/pulls