Notice
Recent Posts
Recent Comments
Link
투케이2K
40. (Bitbucket/Git) git remote commit history 깃 원격 커밋 히스토리 확인 방법 본문
비트버킷 & Git
40. (Bitbucket/Git) git remote commit history 깃 원격 커밋 히스토리 확인 방법
투케이2K 2023. 4. 28. 21:21[환경 설정]
저장소 : Bitbucket / Git
사용 목적 : 소스 코드 버전 관리 실시
[소스 코드]
// [문법]
$ git log remotename/branchname
// [실 사용 방법]
$ git log origin/main
반응형
'비트버킷 & Git' 카테고리의 다른 글
Comments