Skip to content

GopavaramNithish/git-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# 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)

About

Git Course Demo

Resources

Stars

Watchers

Forks

Packages

No packages published