GitHub Help Documentation - GitHub Enterprise Server 3.19 Docs (original) (raw)
Getting started
- Set up GitAt 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.
- Connecting to GitHub with SSHYou can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.
- Creating and managing repositoriesYou can create a repository on GitHub to store and collaborate on your project's files, then manage the repository's name and location.
- Basic writing and formatting syntaxCreate sophisticated formatting for your prose and code on GitHub with simple syntax.
Popular
- About pull requestsPull requests let you propose, review, and merge code changes.
- Authentication documentationKeep your account and data secure with features like two-factor authentication, SSH, and commit signature verification.
- Managing remote repositoriesLearn to work with your local repositories on your computer and remote repositories hosted on GitHub.
- GitHub Pages documentationLearn how to create a website directly from a repository on GitHub. Explore website building tools like Jekyll and troubleshoot issues with your GitHub Pages site.