Crowdly
Add to Chrome
Questions Bank (1288650 total)
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
What Git command is used to delete a branch?
git branch -d
✅
git pull
❌
git merge
❌
git branch -D
❌
View this question
What is a stash in Git?
A way to permanently delete changes from the repository
❌
A way to rename a repository
❌
A way to merge changes into a main branch
❌
A way to temporarily save changes without committing them
✅
View this question
Previous
1
More pages
128192
128193
128194
128195
128196
More pages
128865
Next
Telegram
Instagram
TikTok
Question Bank
Terms of Use
Contact Us
Add to Chrome