Quiz 1 CS 317

pdf

School

University of Southern California *

*We aren’t endorsed by this school

Course

317

Subject

Computer Science

Date

Feb 20, 2024

Type

pdf

Pages

3

Uploaded by CountSwan3693

Report
https://ilearn.sfsu.edu/ay2021/mod/quiz/review.php?attempt=244627&cmid=146757 1/4 Question 1 Complete 1.00 points out of 1.00 Question 2 Complete 1.00 points out of 1.00 Question 3 Complete 1.00 points out of 1.00 Question 4 Complete 1.00 points out of 1.00 Question 5 Complete 1.00 points out of 1.00 git and GitHub are the same thing. Select one: True False What git command do you use to add files to staging? Select one: a. git commit b. git pull c. git merge d. git add e. git clone Making commits to a local git repository does not require internet connection. Select one: True False What git command do you use to bring two development histories together? Select one: a. git merge b. git add c. git clone d. git pull e. git commit Feature branches are where the head of the branch ALWAYS reflects the state of the code that is production ready. Select one: True False
9/26/2020 https://ilearn.sfsu.edu/ay2021/mod/quiz/review.php?attempt=244627&cmid=146757 2/4 Question 6 Complete 1.00 points out of 1.00 Question 7 Complete 1.00 points out of 1.00 Question 8 Complete 1.00 points out of 1.00 Question 9 Complete 1.00 points out of 1.00 Question 10 Complete 1.00 points out of 1.00 Question 11 Complete 1.00 points out of 1.00 Question 12 Complete 1.00 points out of 1.00 The git pull command is 2 commands ran together, a fetch and a merge. Select one: True False The git command git checkout -b can also be used to create a branch. Select one: True False Linus Torvalds is attributed with inventing Git. Select one: True False What git command do you use to show the current state of the repository? Select one: a. git push b. git branch c. git fetch d. git status e. git log You should never push the development branch to a production environment. Select one: True False Which file can you configure to ensure that certain files are never committed to the Git repository? Select one: a. .safespace b. .savefile c. .gitkeep d. .gitignore What git command do you use to show the history of commits? Select one: a. git status b. git push c. git log d. git fetch
9/26/2020 https://ilearn.sfsu.edu/ay2021/mod/quiz/review.php?attempt=244627&cmid=146757 3/4 Question 13 Complete 1.00 points out of 1.00 Question 14 Complete 1.00 points out of 1.00 Question 15 Complete 1.00 points out of 1.00 Question 16 Complete 1.00 points out of 1.00 Question 17 Complete 1.00 points out of 1.00 Question 18 Complete 1.00 points out of 1.00 e. git branch What git command do you use to download changes from a remote repository and immediately update your local repository with those changes? Select one: a. git commit b. git clone c. git pull d. git add e. git merge Develop branch will be the main branch where the HEAD of the branch always reflects a state of the source code where the latest delivered development changes are ready for the next release release Select one: True False What git command do you use to upload local changes to your remote repository? Select one: a. git commit b. git clone c. git push d. git add e. git merge Linus Torvalds is attributed with inventing Git. Select one: True False The main/production branch where the head of the branch ALWAYS reflects a production ready state of the code. Select one: True False svn is a distributed version control system. Select one: True False
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help