Skip to content
fizzmo edited this page Aug 8, 2014 · 8 revisions
Clone an existing Repo
  • git init #initialize
  • git clone https://github.com/fizzmo/SQL-Server-Scripts.git

  • Adding New Files to Repo
  • git add *.*
  • git commit -m 'First Commit'
  • git push --all

  • ##### Linux Users If you have Git installed, you need to clone the repository. From a terminal, navigate to where you want the repository to be located and perform a clone.
  • git clone https://github.com/uwescience/datasci_course_materials.git
  • #####Mac Users

    If you have Git installed, you need to clone the repository. From a terminal, navigate to where you want the repository to be located and perform a clone.

  • git clone https://github.com/uwescience/datasci_course_materials.git
  • Updating the repository:

    #####Virtual Machine, Linux, and Mac Users

    Navigate to the repository and perform a git pull

  • cd datasci_course_materials
  • git pull
  • Clone this wiki locally