Enotes 22 4 2023 Git
Enotes 22 4 2023 Git
1) Working Space
| Add
2) Staging Area
| Commit (Snapshot)
3) Master Branch (Local Repo)
-----------------------------------------------------------------
Steps to install git software on local machine / Cloud machine:
1) yum update -y
3) mkdir tg
4) cd tg
5) git init
6) ls -la
7) git --version
22) cd devopstg2023/
----------------
git stash
gitignore
git merge
git conflict
git rebase
-----------------