Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 308 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 308 Bytes

GIT COMMMANDS

Basics of git command

initialize repo

git init

check status

git status

To undo the changes in a file

git checkout -- <file-name>

Revert the changes in git

git revert

This is a demo Command

Nothing

To reset

git reset

Follow for more