Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 49 pages
Exam (elaborations)

CSE 3901 COMPREHENSIVE EXAM STUDY GUIDE COMPLETE QUESTIONS AND SOLUTIONS

Document preview thumbnail
Preview 4 out of 49 pages

CSE 3901 COMPREHENSIVE EXAM STUDY GUIDE COMPLETE QUESTIONS AND SOLUTIONS

Content preview

CSE 3901 COMPREHENSIVE EXAM STUDY
GUIDE COMPLETE QUESTIONS AND
SOLUTIONS

●● Git Working Tree
Answer: project itself


Ordinary directory with files & subdirectories


●● Git Store
Answer: history of project


●● Git Index
Answer: virtual snapshot


Gateway for moving changes in the working tree into the store


●● Git History
Answer: DAG of commits


Each commit represents a complete snapshot of the entire project

,●● Git Revision
Answer: Just the manual editing of the file


●● Git Commit
Answer: updates head and branch (permanent)


identified by a hash


●● Git Branch
Answer: a pointer to a commit


●● how to add git branch
Answer: git branch branchname
git checkout branchname


●● how to change git branch
Answer: git checkout branchname


●● Git Head
Answer: a pointer to a branch
(where you're at)

,●● Git Add
Answer: adds the submission


●● how to add (all steps)
Answer: git add name.rb
git commit -m "comment"
git push remote_name branch_name


●● Git Checkout
Answer: moves head to look at another branch


●● Git Merge
Answer: brings two together, adds new commit


●● Git Fast-Forward Merge
Answer: bring old into new head


●● Git Fetch
Answer: bring in commits that given user lacks


●● Git Push

, Answer: opposite to fetch. Give someone a change


●● Git Pull
Answer: combines fetch and merge


●● Git No Conflict Merge
Answer: Automatically commits


●● Distributed version control
Answer: Multiple people, distributed across network


- each person has their own repository
- units of data movement: changesets


●● Number of repositories per team
Answer: n+1.
1 shared, 1 local for each


●● Discard Changes in Git : reset
Answer: git reset --hard
git clean --dry-run
git clean --force

Document information

Uploaded on
August 25, 2026
Number of pages
49
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
CA$21.51

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TopGradeInsider
4.2
(13)
Sold
165
Followers
2
Items
55375
Last sold
9 hours ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions