Skip to content

MariahAlexandra/CoDental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoDental

k;jhg

Git Commands

To push your work to the repo

  1. Stage your files for commiting
    git add .
    "or"
    git add "filename"
  2. Set your commit and the message or note of the changes you are about to make
    git commit -m "HERE ARE THE CHANGES I MADE"
  3. Check that your ready to push
    git status
  4. This will push all your changes and commits to the MariahAlexandra's master branch, different branches will take diff
    git push origin master

To pull the latest changes

  1. This pulls the latest changes but will not overwrite changes. If you need to overwrite local files look below
    git pull

git checkout

This <br/>

THIS IS A TEST

About

k;jhg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors