null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
3948381
Git in the command line
Description
Quick Github test based on content from CodeSchool Git Real
No tags specified
github
Quiz by
philyorkshire
, updated more than 1 year ago
More
Less
Created by
philyorkshire
about 9 years ago
66
0
0
Resource summary
Question 1
Question
How do you see the differences of files ONLY for the staged files?
Answer
git diff
git diff --staged
git diff -s
Question 2
Question
How do you roll-back the last commit and keep all the changed files locally?
Answer
git reset --soft HEAD^
git reset --hard HEAD^
git reset --soft HEAD^ index.html
Question 3
Question
How do you create a new branch and switch to that branch in one statement?
Answer
git checkout -b "cats"
git -b checkout cats
git checkout -b cats
Question 4
Question
Running 'git push origin :cats will delete the remote branch called 'cats'?
Answer
True
False
Question 5
Question
How would you set up an alias for 'git status' to 'git s'?
Answer
git config --global alias.s status
git config --global alias 'git s' 'git status'
git config --global alias.s 'git status'
Show full summary
Hide full summary
Want to create your own
Quizzes
for
free
with GoConqr?
Learn more
.
Similar
Git/Version Control
Andrew Watters
Origin master
Kostas Diakogiannis
GitHub issue workflow
Domhnall Murphy
Git - GitHub
Nguyet Huynh
Git y GitHub Difference
Ray T.H.
Estados de Git y de los Archivos
Ray T.H.
Spring Development Training 2017: week 5
Stefcho Stefchov
Resources
Wolter Liunda
Geometry Formulas
Selam H
Maths GCSE - What to revise!
livvy_hurrell
Cuadro sinóptico de la función de la planeación
Elliot Anderson
Browse Library