0% found this document useful (0 votes)
6 views1 page

Git Doc 2

The document outlines essential Git commands used for version control. Key commands include 'git clone' for creating local copies, 'git add' for staging changes, 'git commit' for recording changes, 'git push' for uploading commits, 'git status' for checking file states, and 'git log' for viewing commit history.

Uploaded by

Muskan Khedia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Git Doc 2

The document outlines essential Git commands used for version control. Key commands include 'git clone' for creating local copies, 'git add' for staging changes, 'git commit' for recording changes, 'git push' for uploading commits, 'git status' for checking file states, and 'git log' for viewing commit history.

Uploaded by

Muskan Khedia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Essential Git Commands

git clone
Creates a local copy of a remote repository.

git add
Stages changes for commit.

git commit
Records staged changes into repository history.

git push
Uploads commits to a remote repository.

git status
Shows file states and staging information.

git log
Displays commit history.

You might also like