Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 345 Bytes

"# git-course demo"
File from the Working Directory should be added to Staging area then from the Staging area to local commit history
File can be added to staging area by using a command
git add filename
File from the staging area can be committed by using a command
git commit -m "message" (-m=to display a message)