DEV Community

Cover image for Git Comment
Mathu-bala
Mathu-bala

Posted on

Git Comment

Initialize a new Git repository -git init
Check status of files -git status
Add files to staging area -git add
Add all files to staging -git add
Commit staged changes -git commit -m "commit message"

Top comments (0)