Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Created November 16, 2015 14:33
Show Gist options
  • Save r1ckhenry/7e9a94490c3aa8a1455a to your computer and use it in GitHub Desktop.
Save r1ckhenry/7e9a94490c3aa8a1455a to your computer and use it in GitHub Desktop.
Git Homework - Day 1

#Git Homework - Day 1

##Local

  1. Create a folder
  • Initialize a git repository in the folder
  • Create a couple of text files .txt
  • Stage the files
  • Commit the files to the repository
  • Change the files
  • Commit the changes

##Github

  1. Create new repository

##Local

  1. Add the github remote
  • Push to the remote repository

Further... Look into Gitignore

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