Skip to content

skydivekevin/git-github-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Git & GitHub Basics

Let's practice using git and github through our terminal CLI!

Add Some Text Below

Hello world!!!

Write Basic Git Commands Below

  • Clone a Repository:
$ git clone *url*   under url you actually enter the url of the repo you want to clone
  • Check Status:
$ git status
  • Stage (Add):
$ git add -A
  • Commit:
$ git commit -m "commit message"

Write Basic GitHub Commands Below

  • Push:
$ git push origin mater
  • Check Remote:
git remote -vasdfa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published