Skip to content

Instantly share code, notes, and snippets.

@joelmachango
Forked from ann-mukundi/Intro to Git
Created May 17, 2018 17:46
Show Gist options
  • Save joelmachango/0c121367dddff11c33407e5ad6038480 to your computer and use it in GitHub Desktop.
Save joelmachango/0c121367dddff11c33407e5ad6038480 to your computer and use it in GitHub Desktop.
Cp-readiness
Exercise 1
Install Git on their computer
Create a folder called cp-readiness on your local computer
Navigate to the folder and initialize it with git.
Create a file called README.md with a short a short intro of who you are to this folder
Check the status of your repo
Add the file README.md to the staging area
Commit with the message Initial Commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment