Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 328 Bytes

task.md

File metadata and controls

14 lines (9 loc) · 328 Bytes

Git Workflow

This project will outline the steps for the Git Workflow process.

Steps for Git Workflow

  1. Initialize git repository with 'git init'
  2. Add changes to the staging area using 'git add
  3. Commit the changes using 'git commit -m "Message here"

Informative Commands

  • 'git status'
  • 'git diff'