Git Commands
Git Commands
1. init
2. status
3. add
4. commit
5. log
6. config
==git status
it shows the status of the files whether the are tracked/untracked files
==before committing the 1st commit we have to execute one command which is
git config --global user.email "[email protected]"=======and
git config --global user.name "sohel"
$ git log
commit 34de241f759286a631825edcfeb34cd7a532269a (HEAD -> master)
Author: sohel <[email protected]>
Date: Tue Jun 6 14:42:26 2023 +0530
1st commit