Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 183 Bytes

File metadata and controls

17 lines (10 loc) · 183 Bytes

PLPBasicGitAssignment

Checking Status

git status

Commiting Changes

git add . or git add file.ext

git commit -m "commit message"

Push to GitHub

git push origin main