Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Created November 7, 2018 15:36
Show Gist options
  • Save ryanorsinger/2ee8daccfc92d8fbd724e46c7a19273b to your computer and use it in GitHub Desktop.
Save ryanorsinger/2ee8daccfc92d8fbd724e46c7a19273b to your computer and use it in GitHub Desktop.
First Git Exercise

Using your preferred editor...

Exercise will be to create a "resources" directory on your Desktop

Save a text from https://raw.githubusercontent.com/CodeupClassroom/git-intro/master/README.md as a text file there named "git-intro.md"

Save a copy of the handout file inside Slack into the "resources" directory

initialize your "resources" folder as a git repo add the files inside commit them

go to github and make a new repository provide the title -> "resources", description -> "repo for resources and notes" click "create repository" (skip/ignore the readme and the gitignore)

add the remote from your remote repo to your local repo push your work

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