Help for wherever you are on your GitHub journey.
At the heart of GitHub is an open source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.
You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.
GitHub에 리포지토리를 만들어 프로젝트의 파일을 저장하고 협업한 다음, 리포지토리의 이름과 위치를 관리할 수 있습니다.
Create sophisticated formatting for your prose and code on GitHub with simple syntax.
Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.
2단계 인증, SSH, 등의 기능을 사용하여 계정과 데이터를 안전하게 유지하고 서명 확인을 커밋합니다.
Learn how to add existing source code or repositories to GitHub from the command line using GitHub CLI or Git Commands. Then, share your code and invite others to work with you.
Learn to work with your local repositories on your computer and remote repositories hosted on GitHub.
GitHub.com의 리포지토리에서 직접 웹 사이트를 만드는 방법을 알아봅니다. Jekyll과 같은 웹 사이트 빌드 도구를 살펴보고 GitHub Pages 사이트의 문제를 해결합니다.