Prabhat Yadavprabhatyadav.hashnode.dev·Feb 25, 2024TOP 15 GIT Interview Questions And AnswersHow will you find a list of files that has been modified in a particular commit? The command to get a list of files that has been changed in a particular commit is: git diff-tree –r {commit hash} 1) -r flag allows the command to list individual f...Discuss·2 likesGit
Shrishail Patilshri123.hashnode.dev·Jan 14, 202450 Git interview questions along with their answers for DevOps positions:What is Git? Answer: Git is a distributed version control system used to track changes in files and coordinate work on those files among multiple people. What is the difference between Git and SVN? Answer: Git is a distributed version control syst...DiscussGitHub
janahvi tripathijanahvitripathi.hashnode.dev·Jan 13, 2024Git as a tool !Hello Peers! Today let's talk about git and why the need of it be! Git basically is a form of code management , version control system which allows us to collaborate with different developers and codes. With Git, we can keep a track of all older vers...DiscussGit
Amrutha Damruthadronamraju.hashnode.dev·Dec 12, 2023Uncovering Common Git Errors: Solutions and Fixes1. What are some typical errors developers make with Git and how can they be rectified? Git is a widely used version control system developed by Linus Torvalds in 2005. It simplifies collaboration among developers, allowing them to work on the same f...DiscussDevOps Blogsgit errors
Amrutha Damruthadronamraju.hashnode.dev·Oct 26, 2023Git Submodules Vs Google’s Repo ToolGit Submodules vs. Google's Repo Tool: What are Git Submodules? Git submodules are a feature of the Git version control system that allows you to include one Git repository as a subdirectory inside another Git repository. This is useful when you wan...Discuss·39 readsDevOps Interview Q/Agit-submodule
Amrutha Damruthadronamraju.hashnode.dev·Oct 26, 2023Git Rebase Vs Git MergeThe key differences between Git merge and Git rebase are explained, as well as their respective advantages and disadvantages. Which is Better Git Rebase Vs Git Merge? This question is a common one in the context of version control systems like Git. ...DiscussDevOps Interview Q/Agit rebase
Amrutha Damruthadronamraju.hashnode.dev·Oct 21, 2023GitHub Interview Questions-3What is a clone in GitHub? Cloning a Git repository means creating a local copy of code provided by a developer. It's done using the command git clone, and it allows you to have the code on your local machine. How much space do we get on GitHub? G...DiscussDevOps Interview Q/AGitHub
Amrutha Damruthadronamraju.hashnode.dev·Oct 14, 2023Git-2 Interview Q/AWhat is GIT? Git is an open-source distributed version control system that enables efficient and organized management of source code and project files. It provides a way to track changes, collaborate with multiple people, and maintain a history of pr...DiscussDevOps Interview Q/ADevops
Amrutha Damruthadronamraju.hashnode.dev·Oct 14, 2023GIT Interview Q/AWhat is GIT? Git is an open-source distributed version control system and source code management (SCM) system with an insistence on controlling small and large projects with speed and efficiency. Which language is used in Git? Git uses the 'C' langu...DiscussDevOps Interview Q/AGit