Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Interstellar Git Interview Questions and Answers
Home
Questions
Interstellar Git
0
votes
Git keeps track of all the submodules and their paths in the project in _____________
answered
Nov 3, 2021
in
Interstellar Git
by
john ganales
submodules-git
0
votes
Which option can be used to change the commit message during Git cherry-pick?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-chery-pick
0
votes
Is it possible to get merge conflict during Git cherry-pick?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-chery-pick
git-merge
merge-conflict
0
votes
Can a commit be taken from one branch and moved to a different branch in Git?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-branch
0
votes
Can branches be created inside the Git submodule?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-submodule
0
votes
Which option in Git Blame is used to filter only the commit hash?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-blame
0
votes
How to declare that a commit is buggy in Git Bisect?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-bisect
0
votes
Developer A found that a button, which was working fine earlier is not working in the project.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-project
0
votes
The email address of the author can be got instead of the authors name in the result using ____________.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-author
0
votes
The result of the command git blame filename will have the following, except ___________
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-blame
0
votes
Are Git hooks files version controlled?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-hooks
0
votes
Old reflog entries can be cleaned using ________
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
old-reflog
0
votes
Which scripting language is used in the default sample hook files?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-hook
scripting-language
0
votes
Developer A had initialized a new repo and moved it to the hooks folder. What would be the extension of the files present in it?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-repo
0
votes
How to declare that a commit is errorless in Git Bisect?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-commit
0
votes
What is the command to store the uncommitted changes temporarily?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-uncommit
0
votes
The indexed changes in a subproject can be viewed using __________
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-subproject
0
votes
Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-submomdule
0
votes
Which option is used to remove a single stash entry from a list of stash entries?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-stash
0
votes
Reflog entry has timestamps attached to it.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
reflog-entry
0
votes
Which command is useful to undo a git rebase?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-rebase
0
votes
A tag in Git context is a _______________.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-context
0
votes
When you run git commit, which hook(s) is are called?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-hook
0
votes
How to get a complete reflog of all refs?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-reflog
0
votes
Which type of search is used in Git Bisect?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-bisect
0
votes
Which of the following is a server-side hook?
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
server-side-hook
0
votes
The result of git blame filename will return the original lines of source code in the console.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-blame
blame
0
votes
The purpose of Git Blame is to find ____________
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-blame
0
votes
We can reset Git Bisect using git bisect reset even in the middle of a bisect.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-bisect
0
votes
The reference of the deleted commit can be got using git reflog.
answered
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
git-reflog
commit
To see more, click for all the
questions in this category
.
...