Skip to content

Commit

Permalink
questions
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Sep 18, 2024
1 parent 5a091d5 commit 7504553
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion notes/2024-09-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,4 +1247,32 @@ To https://github.com/compsys-progtools/gh-inclass-brownsarahm.git

## Experience Report Evidence

## Questions After Today's Class
## Questions After Today's Class

### How do I know if everything I submitted was done properly, or see a grade of somesort. I know comments are left but sometimes when I check I don't really know if I did everything right.

If it's approved you completed the badge, if revisions are requested, then you need to revise.

Starting next week, we will learn how to produce a progress report.

### Why wouldnt you just use vs code or git hub directly?

Using the terminal is generally faster once you learn it. It also allows you to write scripts.

Some things cannot be done in browser, plus when you are writing code you would be working outside of the browser.

### How common are merging issues?

Merge conflicts are very common. It happens whenever a branch is edited in two places.

### How can I merge the new branch locally, not from the website?

the `git merge` command

### Is it possible to have more than one merge conflict on a line?

on a single line it will count it as a single conflict, because it counts by lines

### What is the order of merge and rebase?

THey are two options for the same thing, but they put commits in a different order.

0 comments on commit 7504553

Please sign in to comment.