-
Git_Tutorial_Documentation_git pull commit내가 원하는 과거 버젼으로 받기_단서1코딩Coding/GitHub_GitLab관련 2023. 6. 4. 12:52728x90
https://backlog.com/git-tutorial/kr/reference/log.html
누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog
누구나 쉽게 알 수 있는 Git에 입문하신 것을 환영합니다. Git을 사용해 버전 관리를 할 수 있도록 함께 공부해봅시다!
backlog.com
https://git-scm.com/docs/gittutorial
Git - gittutorial Documentation
Many revision control systems provide an add command that tells the system to start tracking changes to a new file. Git’s add command does something simpler and more powerful: git add is used both for new and newly modified files, and in both cases it ta
git-scm.com
Git - Reference
Reference
git-scm.com
git clone https://github.com/xxxx/xxxxxed.git(http://내가 원하는 git) // 이거 다음에 .. git checkout 07a9b0c (내가 땡기고 싶은 git commit 3dsdf3 이런거 적으면 될듯)
https://velog.io/@janeljs/git-2
Git에서 커밋 시점 이동하는 법(git checkout)
현재 상태를 확인한다.git log를 통해 커밋 히스토리를 확인한다.이동을 원하는 시점의 커밋 아이디(최소 앞 7자리)를 복사한 뒤 checkout 명령어를 실행하면 해당 시점의 커밋으로 돌아간다.다시 최
velog.io
https://stackoverflow.com/questions/31462683/git-pull-till-a-particular-commit
Git pull till a particular commit
I want to do a git pull but only till a specific commit. A->B->C->D->E->F (Remote master HEAD) so suppose my local master HEAD points to B, and I want to pull till E. What should ...
stackoverflow.com
반응형'코딩Coding > GitHub_GitLab관련' 카테고리의 다른 글
git commit -am "활용법“ (0) 2023.07.11 6.2 GitHub - GitHub 프로젝트에 기여하기 (0) 2023.07.10 Snippets in VSCode 스니펫 (0) 2023.06.22 Merge workflow(git-push, git-fetch, git-pull) (0) 2023.06.04 github을 웹 기반 vscode 실행(code에서 . 점하나 누르면 실행 죽인다. ㅋㅋ) (0) 2023.05.21 GitLab❤️git remote add origin & git branch & git push 활용법 (0) 2023.05.19 gitlab 2fa git pull 하는 방법(이중 인증하니 git clone 이 안된다 ㅠㅠ 그래서 git init 하고 git remote add origin git@이거 활용해야한다. (0) 2023.05.18 Gitlab 2fa사용 시 인증실패 해결하기.(Git Access Token 사용방법) (0) 2023.05.17