How do you know if a certain directory is a git repository?
How to check if a file is tracked and if not, then track it?
What is the difference between git pull and git fetch?
Explain the following: git directory, working directory and staging area
How to resolve git merge conflicts?
What is the difference between git reset and git revert?
You would like to move forth commit to the top. How would you achieve that?
In what situations are you using git rebase?
What merge strategies are you familiar with?
How can you see which changes have done before committing them?
How do you revert a specific file to previous commit?
How to squash last two commits?
What is the .git directory? What can you find there?
What are some Git anti-patterns? Things that you shouldn’t do
How do you remove a remote branch?
Are you familiar with gitattributes? When would you use it?
How do you discard local file changes? (before commit)
How do you discard local commits?
True or False? To remove a file from git but not from the filesystem, one should use git rm
Explain Git octopus merge
Session 1 advance git aug 2020 git introduction — By DevOpsSchool
Session 2 advance git aug 2020 git workflow — By DevOpsSchool
Session 3 advance git aug 2020 git workflow — By DevOpsSchool
Session 4 advance git aug 2020 git working with remote github — By DevOpsSchool
Session 5 advance git aug 2020 git branching — By DevOpsSchool
Session 6 advance git aug 2020 git branch merging — By DevOpsSchool
Session 7 Advance Git Aug 2020 Git fetch undoing config gitignore — By DevOpsSchool
Session 8 Advance Git Aug 2020 Git Stash Tag — By DevOpsSchool
Session 9 Advance Git Rebase Sourcetree — By DevOpsSchool
Session 10 Advance Git Working With Gitlab — By DevOpsSchool
Session 11 Advance Git Working With Gitlab Git Reset — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- 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