Git Assignment # 1
Write a 1 Post on Debug.School which would Answer following question…
- What is Git?
- How git works? Architecture of git.
- Exaplain Why Git is Distributed?
- Explain Git Workflow with image
- List of Top 10 Git commands
- What is Version Control?
- What is a commit?
- What is a merge?
- What is a merge conflict?
- What best practices are you familiar with regarding version control?
Git Assignment # 2
Write a 1 Post on Debug.School which would Answer following question…
- What is Git and why is it important in software development?
- Explain the difference between Git and GitHub.
- How does Git handle version control?
- Discuss the three main states of a Git file: committed, modified, and staged.
- How can you create a new Git repository and clone it to your local machine?
- What is the difference between a Git branch and a tag?
- How do you merge changes from one branch to another in Git?
- Explain the purpose of the
.gitignore
file in Git. - Discuss the Git workflow for a team of developers.
- How can you resolve a Git conflict when merging branches?
- What is the significance of the Git
HEAD
pointer? - Discuss the difference between a Git pull and a Git fetch.
- Explain the difference between Git rebasing and Git merging.
- How can you recover a deleted branch in Git?
Git Labs & Excercise
Git Lab Exercise & Assignment: Basic local workflow: Part – 1
Git Lab Exercise & Assignment: Remote workflow: Part – 2
Git Lab Exercise & Assignment: Working with Local Branch: Part – 3
Git Lab Exercise & Assignment: Branching & Merging & Conflicts: Part – 4
Git Lab Exercise & Assignment: Changing History with Amend: Part – 5
Git Lab Exercise & Assignment: Local Branches with Rebasing: Part – 6
Git Lab Exercise & Assignment: Git remote branching and github: Part – 7
Git Lab Exercise & Assignment: Git Branching and Merging: Part – 8
Git Lab Exercise & Assignment: Git Diff and Undoing: Part – 9
Git Lab Exercise & Assignment & Project: Part – 10
Git Lab Exercise & Assignment: Git Stash: Part – 11
Git Lab Exercise & Assignment: Git cherry-pick: Part – 12
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024