Skip to content

maddiedierker/phase-0-gps-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

phase-0-gps-1

  • git status - print status
  • git add . - add all files to stage for commit
  • git commit -m "Commit message" - commit file(s)
  • git checkout -b new-branch - create new branch and move to that branch
  • git push origin master - push changes from git to GitHub
  • cd <directory> - change directory
  • touch <new file> - create new, empty file
  • ls - list directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published