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 Enterprise Server using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.
You can create a repository on GitHub Enterprise Server to store and collaborate on your project's files, then manage the repository's name and location.
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 Enterprise Server. 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.
Keep your account and data secure with features like two-factor authentication, SSH, and commit signature verification.
Learn how to add existing source code or repositories to GitHub Enterprise Server 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 Enterprise Server.
Learn how to create a website directly from a repository on your GitHub Enterprise Server instance. Explore website building tools like Jekyll and troubleshoot issues with your GitHub Pages site.