Find a commit on GitHub given the commit hash

前端 未结 3 1480
时光说笑
时光说笑 2020-12-22 17:08

I am fairly new to Github and have come across an amateur-ish problem.

I have been asked to do a code review and have been provided with a commit hash, however I hav

3条回答
  •  轮回少年
    2020-12-22 17:35

    View single commit:
    https://github.com///commit/

    View log:
    https://github.com///commits/

    View full repo:
    https://github.com///tree/

    can be any length as long as it is unique.

提交回复
热议问题