Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Overview

This homework is to practice git commands and create a README to list 5 git commands and describe them

  1. git status - shows status of file
  2. git add . - adds specific files to staging
  3. git commit -m "Add message here" - adds the file to local repo and adds to outgoing to be pushed to remote repo
  4. git push - push changes from local repo to the remote repo
  5. git log - Shows a list of git history

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors