Skip to content

Instantly share code, notes, and snippets.

@postfalk
Last active March 23, 2016 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save postfalk/505eebbc1dc91ce870c1 to your computer and use it in GitHub Desktop.
Save postfalk/505eebbc1dc91ce870c1 to your computer and use it in GitHub Desktop.
Links for GeoDesign Day

Github and Git

  • Github and Git are different

What is Git?

  • Git is a distributed Version Control System (VCS), monitoring your versions and changes locally and sync'ing it up with remote repositories

What is GitHub?

  • GitHub is technically a cloud implementation of Git with a lot of functionality added on
  • However, GitHub is a very versatile tool and people come up with new integrations and off-label uses all the time
  • So let's start with GitHub and learn what a VCS is implicetely before we look at how to work locally with Git

https://github.com

Please, create an account to follow along.

GitHub is many things

  • software storage and delivery system (serves as a backup in this capacity as well)
  • version control system, VCS
  • social network (social coding)
  • deployment tool
  • personal web site
  • project management software
  • open source collaboration framework
  • project evaluation tool

https://esri.github.io

Following mainly this guide

https://guides.github.io/activities/hello-world

Non-Coding Excercise: Let's Write a Story! Together!

  • Before we start to work as an organization with private repositories, we will do this as a public project (everyone could contribute to our story - well if we were accept there proposed changes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment