Skip to content

bmerkle3/phase-0-gps-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phase-0-gps-1

git clone - clones repo to local computer ls -a -see what is contained within folder (inludes hidden files/folders) git push origin master - pushes repo to github ls -see what is contained within folder (doesn't include hidden folders/files) mv ~/devbootcamp/awesome_page.md . -moves file

git add . -stages a file for commit git commit -m "initial commit awesome_page" -saves/ commits the version of the folder git checkout -b add-command-log -adds a branch while switching to that new branch subl README.md - opens file in sublime touch - creates a file cd - changes directory/ folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published