Skip to content

Nomad-Pals/katie-and-drew-awesome-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

katie-and-drew-awesome-proj

A awesome project for Katie and Drew to learn git together

Resources

Lesson Plan

  1. Set up github.com user account, set up ssh user key, and be added to nomad-pals organization
  2. clone this repository using the command line.
$ git clone git@github.com:Nomad-Pals/katie-and-drew-awesome-proj.git
$ cd katie-and-drew-awesome-proj
  1. create a new branch using the command line
$ git branch katie-branch
$ git checkout katie-branch
  1. create a new file and add stuff to it!
  2. save changes and stage new file to git
$ git add file-name
$ git status
$ git commit -m "a clear message about what you did"
  1. push to remote
$ git push origin katie-branch

About

A awesome project for Katie and Drew to learn git together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published