Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Understanding the GitHub Flow

Creating a pull request

Note to Windows users: if you do not have admin rights to your machine, you can still install Git and NodeJS. The Git GUI installer should allow you to only install for the local user. For NodeJS, you need to add the directory where node.exe (and npm) is located to the Windows PATH variable. Running rundll32 sysdm.cpl,EditEnvironmentVariables from the Command Prompt will open up the settings window that allows you to edit the Path Environmental Variable. Once you are editing the Path, make a new entry and put in the filepath to the folder containing node.exe and npm.