New Microsoft Office Word Document
New Microsoft Office Word Document
New Microsoft Office Word Document
[Video (7)22nov]
$ git reset -- mixed ---->> removed from repo and staging but still in your working directory.
$ git reset <file name> ---->> removed from the staging area
$ git revert <commit id> ---->> after commit we can remove but we need to specify the reason.
GITHUB
Note: As we created a central repo in git like that we can also create a central repo in internet that is called GITHUB