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
GitHub Interview Questions and Answers
Home
Questions
GitHub
0
votes
Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace.
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-copy-repository
0
votes
Which one of the following is not part of the data structure of a Git repository?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
data-structure
github-copy-repo
github-repository
0
votes
The Git clone command does which of the following?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-clone
github-clone-repo
0
votes
If you want to make radical changes to your team’s project and don’t want to impact the rest of the team, you should implement your changes in - the root
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-repo-changes
0
votes
In Git, if you want to make your local repository reflect changes that have been made in a remote (tracked) repository, you should run the pull command
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-local-repository
0
votes
Which of the following command line environment is used for interacting with Git ?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-enviornment
+1
vote
Which Git command displays the patch representing each commit.
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github-patch
github-commit
github
0
votes
_____________ command renames the current branch to <branch>
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github-branch
github
github-command
0
votes
Git command to compare two specified branches
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-branches
github-branch
github
0
votes
Command to download all the objects and references from a specified repository
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-hub
github
github-object
reference-github
0
votes
Which command creates an empty Git repository in the specified directory?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-repository
git-directory
0
votes
___________________ removes untracked files from your working directory.
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-working-directory
0
votes
____________ command is useful for getting a high-level overview of the project history.
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
project-history
high-level-overview
github-overview
0
votes
Which command defines the author email to be used for all commits by the current user.
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github-commit
autho-email-commit
github-commit-email
0
votes
Which Command is used to show limited number of commits?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
limited-commit
github-commit
github
0
votes
How do you submit a solution to Learn? (select all that apply)
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github-submit-copy
github
github-learn
0
votes
What is the correct commit syntax for all changes with a message?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
#github-commit-syntax
commit-syntax-message
github-commit
0
votes
How do you supply a commit message to a commit?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
commit-message
github-message
github-commit
0
votes
What's a shortcut to staging all the changes you have?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
github-shotcut-staging
0
votes
How do you save the current state of your code into the git version control?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-version-control
github
code-state-change
0
votes
How do you stage files for a commit?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
#local-files-commit
github-files-commit
0
votes
How do you check the state of your local git repository since your last commit?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
local-repository-check
github
github-local-repo
0
votes
What's the opposite of git clone, instead of downloading your code from GitHub, uploads your changes and code back to GitHub?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
git-clone
download-code-github
github
0
votes
How do you create a copy of a lab under your own GitHub account so that you can solve the lab?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
copy-lab
github
github-copy-lab
0
votes
What's the git command that downloads your repository from GitHub to your computer?
asked
Mar 17, 2021
in
GitHub
by
rajeshsharma
github
git-command
download-repository-github
Page:
« prev
1
2
3
...