Versions Compared

Key

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

...

  1. Create a directory (anywhere of your choosing) on the local machine
  2. Use git clone <url to github repository>
    1. if you get a cloning or password error, enter the following command: git config --global core.askpass, then repeat step 2
  3. You don't have to use git fetch < branch>
  4. Read more at especially the paragraph headed Fetching and Pulling from Your Remotes
  5. Once the clone has completed you can edit the content as normal

...