Ques 1 - SanjaiyR/73772126147_DevOps_assignment1 GitHub Wiki

  1. Illustrate the following GIT operations using local and remote (Github) repositories with the screenshots of your demonstration.

a) git clone

git clone

b) git push

git push

c) git pull

git pull

d) git reset

git reset

git commit

git commit

git log

git log

git status

git status

e) git stash

git stash

f) Pull Request

git pull

g) Branching & Merging Commands

git branching

git merge

h) Branch Protection Rules & Merge Conflicts

branch protection rules

branch protection rules 2

Overall

overall