Practicing various git command and their executions
- created on my GitHub account
- git init
- git clone
- git clone https://github.com/smith961/flexisaf-version-control.git
- git branch
- git branch Smitho
- git checkout
- git checkout Smitho
- git add or git add .
- git add .
- git commit -m 'initial commit'
- git commit -m ""
- git revert
- git revert commit - git log --oneline | -git revert
- quit editor - q | - git push
- git pull
- git pull Version-Control-Repo main
- git push
- git push Version-Control-Repo main
- git fetch
- git fetch Version-Control-Repo
- git merge
- git merge Smitho
- git branch -m
- git branch -m Smitho
- git push origin -u Smitho
- pull request was created and done on the github repository online.
- git log
- git revert