GitHub Docs
  • All products
  • GitHub.com
    • Getting started
      • Quickstart
        • Set up Git
        • Create a repo
        • Fork a repo
        • Be social
        • GitHub glossary
        • Git cheatsheet
        • Git and GitHub learning resources
      • Learning about GitHub
        • GitHub's products
        • Types of GitHub accounts
        • Access permissions on GitHub
      • Signing up for GitHub
        • Setting up a trial of GitHub Enterprise Cloud
        • Setting up a trial of GitHub Enterprise Server
      • Using GitHub
        • Supported browsers
        • GitHub CLI
        • GitHub Desktop
        • Keyboard shortcuts
      • Exploring projects on GitHub
        • Saving repositories with stars
        • Following people
    • User accounts
      • Managing user account settings
        • About your personal dashboard
        • Changing your GitHub username
        • Converting a user into an organization
        • Deleting your user account
        • Permission levels for a user account repository
        • Permission levels for user-owned project boards
        • Managing access to your user account's project boards
        • Integrating Jira with your personal projects
      • Managing email preferences
        • Adding an email address to your GitHub account
        • Changing your primary email address
        • Setting a backup email address
        • Setting your commit email address
        • Remembering your GitHub username or email
      • Managing access to your personal repositories
        • Inviting collaborators to a personal repository
        • Removing a collaborator from a personal repository
        • Removing yourself from a collaborator's repository
      • Managing your membership in organizations
        • About organization membership
        • Accessing an organization
        • Viewing people's roles in an organization
        • Publicizing or hiding organization membership
        • Removing yourself from an organization
    • Profiles
      • Customizing your profile
        • About your profile
        • About your organization's profile
        • Personalizing your profile
        • Pinning items to your profile
      • Managing contribution graphs on your profile
        • Viewing contributions on your profile
        • Showing an overview of your activity on your profile
        • Publicizing or hiding your private contributions on your profile
        • Sending your GitHub Enterprise Server contributions to your GitHub.com profile
        • Why are my contributions not showing up on my profile?
        • Troubleshooting commits on your timeline
    • Authentication
    • Receiving notifications about activity on GitHub
    • Organizations and teams
    • Your enterprise
    • Writing on GitHub
    • Creating, cloning, and archiving repositories
    • Using Git
      • Getting started with Git and GitHub
        • Setting your username in Git
        • Caching your GitHub credentials in Git
        • Why is Git always asking for my password?
        • Updating credentials from the macOS Keychain
      • Learning about Git
        • Git workflows
        • Associating text editors with Git
        • Configuring Git to handle line endings
        • Ignoring files
      • Using common Git commands
        • Pushing commits to a remote repository
        • Getting changes from a remote repository
        • Dealing with non-fast-forward errors
      • Managing remote repositories
        • About remote repositories
        • Which remote URL should I use?
        • Adding a remote
        • Changing a remote's URL
        • Renaming a remote
        • Removing a remote
      • Using advanced Git commands
        • About Git rebase
        • Using Git rebase on the command line
        • Resolving merge conflicts after a Git rebase
        • About Git subtree merges
        • Splitting a subfolder out into a new repository
    • Committing changes to your project