Skip to content

jonathankellermann/MyFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

MyFirst

  • git clone - pulls any repository
  • git status - shows what diffrent between pc and cloud
  • git add - adds file to repository
  • git commit - lock into repository but not synced
  • git push - Syncs with cloud push up uploads
  • git pull - downloads
  • git add . or -A- adds everything
  • exit out of commit - esc + ':wq'
  • ____________________________________
  • branches and merging
  • git branch - lists availible branches
  • git branch - adds a branch of name
  • git checkout - switches to branch
  • git merge master - merges current branch that you in with master
  • You would first pull from master to check if changes then go back to branch then merge with branch then push branch up
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages