Git 사용법
Git은 빠른 분산형 버전 관리 시스템입니다. Git은 Windows, Linux 및 macOS에서 사용할 수 있습니다.
Git을 사용하는 프로젝트의 경우 Gerrit 코드 검토 도구를 사용할 수 있습니다.
Git 시작하기
- Commit your first change
- Create VCS repositories for new projects
- Git Tools
- Initialize Git repositories
- Set up Git
- Set up version control systems
- Use Git for Windows
- Use Git with Subversion
- Use common VCS functions
현재 파일 작업하기
현재 파일을 편집하려면 ‘ Tools ’ > ‘ Git ’ > ‘ Current File ’로 이동하십시오.
현재 프로젝트 작업하기
현재 프로젝트를 작업하려면 Tools > Git > Current Project Directory 로 이동하십시오.
로컬 저장소 사용
로컬 저장소를 사용하려면 Tools > Git > Local Repository 로 이동하십시오.
- Create and apply patches
- Interactive rebase
- git amend
- git branch
- git clean
- git commit
- git diff
- git log
- git merge
- git reflog
- git reset
- git stash
- git status
원격 저장소 사용
원격 저장소를 사용하려면 Tools > Git > Remote Repository 로 이동하십시오.
‘Git 사용법’, ‘파일 비교’ 및 ‘버전 관리 시스템’항목도 참조하세요 .
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.