GIT AND GIT HUB WORKSHOP UNDER MENTORSHIP OF MR.VIMAL DAGA SIR..

Mogili Akhila
1 min readJan 31, 2021

Time to share my experience about this workshop…….

Firstly, I would like to thank Mr.vimal Daga sir for being a wonderful teacher who always encourage the students like us to reach great heights.

In this workshop I’ve got to know clear concepts of git and github with real use case’s.

The concepts I’ve learned in this workshop :

→ About git and github.

→Installation of git software,gitbash.

→source code management and how they work creating backups with real use case.

→keywords:commit area,working area,rolling back and VCS.

→To create workspace, file and folder using CLI with bash shell commands.

→staging area,snapshot,marker and commit area.

→To create git repository,to store file in commit area,to write commits with commands.

→About branch: master and feature branch.

→Merging strategies fast forward and recursive.

→DVCS ,local repository and remote repository.

→About tool for merging.

→To download the code.

→web hooks and to set hooks and trigger .

→CI/CD.

→command to clone.

→Graphical tool called gitkraken.

→squash,rebase,stash,cherry-pick, reset.

→To resolve merge conflicts.

--

--