-
github_내가 레포지토리한 자료에서 커밋 검색commit search❤️하기 ^^; 최고코딩Coding/GitHub_GitLab관련 2022. 4. 16. 17:10728x90
날짜랑 자세히 나옴. "pi"가 커밋한 log 검색하기
검색하는 패턴 git log -g --grep="string" 예시 git log -g --grep=pi 이런식으로 나옴 개인 자료라 **로 가림 commit b***1d*****7b87d97******5ec9**** (HEAD -> main, origin/main) Reflog: HEAD@{0} (Youn****** <y******@*****m>) Reflog message: commit: pi calculator & zld setting compile fast Author: Yo******** <yt*****@a*******m> Date: Sat Apr 16 16:57:13 2022 +0900 pi calculator & zld setting compile fast
다른 방법
날짜 없이 git
git log --all --oneline | grep "pi" b*****d pi calculator & zld setting compile fast 이런 식으로 간단하게 나옴.
깃허브 홈페이지 에서 하는 방법
왼쪽 상단 검색창에 치면 됨. 예시 user: 내 ID repo: 검색하고 싶은 단어 예시 user:Y**n****im* repo: pi 커밋 user:Y**n****im* commit:b****1****07 커밋 아이디 긴거 치면 잘 나옴. ㅎ
단어 검색 ex예시
커밋 검색 ex예시
https://stackoverflow.com/questions/18122628/how-can-i-search-for-a-commit-message-on-github
https://github.blog/2017-01-03-search-commit-messages/
반응형'코딩Coding > GitHub_GitLab관련' 카테고리의 다른 글
git 파일 한개한개에 commit 다는 방법(16분33초~) (0) 2022.05.23 gitlab에서 git commit --amend 수정 후 push 안될때 (0) 2022.05.23 Git이란- 기초 상식 (0) 2022.05.01 Highlights from Git 2.36 (0) 2022.04.19 github readme이쁘게 꾸미기 - Most language 만드는 plug-in (0) 2022.04.10 Bitbucket vs Github차이점& 장단점 (0) 2022.03.18 How Do Git Branches Work? (0) 2022.03.15 Lecture 6: Version Control (git) (2020) -Missing Semester (0) 2022.03.11