Crowdly
Add to Chrome
Questions Bank (1288792 total)
What Git command is used to revert a commit?
git revert
✅
git reset
❌
git checkout
❌
git branch -D
❌
View this question
What is a clone in Git?
A way to delete a repository
❌
A way to rename a repository
❌
A way to merge changes into a main branch
❌
A copy of a repository on a local machine
✅
View this question
What Git command is used to pull changes from a remote repository to the local repository?
git clone
❌
git fetch
❌
git pull
✅
git push
❌
View this question
What Git command is used to create a new tag?
git fetch
❌
git pull
❌
git push
❌
git tag
✅
View this question
What Git command is used to create a new branch?
git checkout
❌
git pull
❌
git merge
❌
git branch
✅
View this question
What Git command is used to stage changes for a commit?
git add
✅
git commit
❌
git fetch
❌
git push
❌
View this question
What is a repository in Git?
A collection of databases
❌
A collection of programming languages
❌
A collection of files and version history for a project
✅
A collection of cloud storage services
❌
View this question
What Git command is used to create a new repository?
git init
✅
git clone
❌
git fetch
❌
git push
❌
View this question
What is a GitHub Action?
An automation tool for workflows in GitHub
✅
A way to delete a repository
❌
A way to clone a repository
❌
A way to merge changes into a main branch
❌
View this question
What Git command is used to clone a remote repository?
git clone
✅
git fetch
❌
git pull
❌
git push
❌
View this question
Previous
1
More pages
128206
128207
128208
128209
128210
More pages
128880
Next
Telegram
Instagram
TikTok
Question Bank
Terms of Use
Contact Us
Add to Chrome