forked from azhou05/CMSC320_Spring25_Git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanswers.txt
More file actions
16 lines (8 loc) · 1011 Bytes
/
answers.txt
File metadata and controls
16 lines (8 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Q1: Why might we consider using Git?
Answer: It helps keep track of changes to code. It also gives very detailed updates/information about each commit (like who commited it, what time it was commited, etc.). Also, it's just very widley used and a lot of people are familiar with it.
Q2: What field could data science be applied to? Give an Example.
Answer: Data science could apply to the marketing field. For example, using data science to figure out if one ad is attracting more customers than the other and then narrowing that down to some specific details that make it more sucessful.
Q3: What is the difference between Merging and Rebasing?
Answer: The main difference is that rebasing gets rid of the history (sorta) and adds stuff from one branch to another, so it's cleaner/easier to follow. While merging keeps the history and smooshes two branches together, and usually has a more complicated history.
Q4: What are you looking forward to this semester?
Answer: The cold weather going away.