-
Local
git config user.name <User name> git config user.email <User email>
-
Global
git config --global user.name <User name> git config --global user.email <User email>
git statusgit clone https://github.com/himanshunigam-daffodil/git-learning.gitgit remote
git remote --vgit add branch.txt
git add branch/git diff <file-path>git commit -a -m "Commit git branching commands"git fetch- Pull from remote branch
git pull- Pull from remote another branch
git pull <remote-name> <branch-name>git push <remote-name> <branch-name>