Skip to content

jayfr1122/india-first-github-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

India First Github Repo

Exploring Github

Vocabulary :

-git - version control, local -GitHub - online platform that allows for code sharing, remote -repository/repo - named folder on GitHub cloning - bringing a repo from the remote to the local

Steps to Push to GitHub

  • git status
    • informational command
  • git add file name
    • staging files
  • git commit -m "active voice and a descriptive message"
    • version control
    • computer if tracking number
    • message for our changes
  • git push origin branch name
    • right now the branch name is main
    • reconciles the diff between local and remote

Assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published