Skip to content

Instantly share code, notes, and snippets.

@michellini
Last active November 19, 2020 00:45
Show Gist options
  • Save michellini/7d1c76b851c64a82d4ba to your computer and use it in GitHub Desktop.
Save michellini/7d1c76b851c64a82d4ba to your computer and use it in GitHub Desktop.
Getting Started with GitHub Enterprise

Getting Started Guide

Setting up

  • Setting up Git locally
  • If you're on a Mac, you can install Git automatically. To do this, open the Terminal application from spotlight and type git. This will prompt Git to install the rest of the command line tools for Git. This should only take a few minutes. It will ask if you would like to download Xcode, which you can ignore.
  • If are running Windows and have trouble installing Git, try installing GitHub Desktop which will install Git for you.
  • Generating and adding SSH keys

Getting your project repository set up

Git Resources

Tooling & External Resources

Additional Reading

Training

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment