Skip to content

irvinmoore/irvin-code-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Irvin Code Repo

Overview

Git is a very powerful tool used to keep code organized through version control. GitHub is an online platform that uses the git technology to allow developers to store, share, and collaborate on coding projects. Git and GitHub are a critical part of the daily workflow for all developers and development teams.

Vocabulary

  • git
  • Github
  • repositories

Steps to push to Gitgub

  • git status
    • informational command
  • git add file-name
    • staging files
  • git commit -m "active vioce and descriptive message"
    • version control
    • computer id tracking number
    • message for our changes
  • git push origin branch-name
    • right now the branch

Assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published