Skip to content

alexrkass/phase0-gps-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

513 git add = adds file to tracked 514 git add my_reflection.md 515 git commit = commits staged changes 516 git commit -m "added reflection for site-planning 517 git status = gets status of staging area 518 git status 519 git add my_reflection.md 520 git commit -m "added reflection for sit-planning" 521 git push = syncs remote with local 522 cd Desktop/DBCstuff/phase-0-unit-1/week-2/ =changes directors 523 ls = looks at files in working directory 524 cd ~ 525 cd Desktop/DBCstuff/ 526 git clone https://github.com/alexrkass/phase0-gps-1.git = clones a remote to local disk 527 ls 528 cd phase 529 cd Desktop/DBCstuff/phase-0-gps-1 530 cd Desktop/DBCstuff/phase0-gps-1 531 touch awesome_page.md = creates file or updates file 532 git add awesome_page.md 533 git commit -m "added awesomepage" 534 git status 535 git push 536 checkout -b branch-name = created a new branch 537 git checkout -b add-command-log 538 ls 539 subl README.md 540 history = gets history of commands 541 4~ 542 history 30 > "README.md"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •