homework solutions

master
Kristyn Bryan 10 years ago
parent c635c2b222
commit d0dd8ea956

@ -1,17 +1,10 @@
![ga](http://mobbook.generalassemb.ly/ga_cog.png)
# WDI-PANTHALASSA
## Solutions
w01d02
---
Title: Github Practice<br>
Type: Homework<br>
Duration: "0:30 - 1:00" <br>
Creator:
Kristyn Bryan <br>
Course: WDIr Panthalassa<br>
Competencies: Github, command line git commands<br>
Prerequisites: Github
Total Commits: 4
Threshold: 4
---
### Directions
@ -27,7 +20,7 @@ Click on this link <https://try.github.io> and complete all of the steps in the
**Answer:** `git commit -m"YOUR COMMIT MESSAGE HERE"`
<hr>
** Commit your work.** <br>
The commit message should read: <br>
The commit message should read: <br>
"The 1st set of homework answers are complete".
<hr>
1. What command do you use to pull any changes from the master repository into your local repository?<br>
@ -35,14 +28,14 @@ The commit message should read: <br>
1. What command do you use to unstage a file?<br>
**Answer:** `git reset` and the name of the file
1. What command do you use to change your files back to how they were after a commit?<br>
**Answer:** `git checkout --`<target folder or file that was commited>
**Answer:** `git checkout --`<target folder or file that was commited>
1. Why is it important to use `--` when chaging files back to a previous state?<br>
**Answer:** It's promising the command line that there are no more options after the '--'. This way if you happen to have a branch named octocat.txt, it will still revert the file, instead of switching to the branch of the same name.
1. Why might you want to reset your files back to a previous commit?<br>
**Answer:** Feature broke, sloppy code, etc.
<hr>
** Commit your work.** <br>
The commit message should read: <br>
The commit message should read: <br>
"The 2nd set of homework answers are complete".
<hr>
1. What command do you use to create a branch?<br>
@ -53,7 +46,7 @@ The commit message should read: <br>
**Answer:** To create a feature / so that your new code doesn't interfere with the working code in the master branch, etc.
<hr>
** Commit your work.** <br>
The commit message should read: <br>
The commit message should read: <br>
"The 3rd set of homework answers are complete".
<hr>
1. Give an example for when you would use `git merge` and give an example for when it would be better to submit a pull request to have your branch merged<br>
@ -62,10 +55,43 @@ The commit message should read: <br>
**Answer:** `git push` name of your branch if it's not master.
<hr>
** Commit your work.** <br>
The commit message should read: <br>
The commit message should read: <br>
"The 4th set of homework answers are complete".
<hr>
### Want more git practice?
### Want more git practice?
Check out this [tutorial](http://gitreal.codeschool.com/?utm_source=github&utm_medium=codeschool_option&utm_campaign=trygit) that includes videos about using git and some challenges for you to tackle.
//////////////////////////////////////////////////////////////////
---
Title: Command Line Murders<br>
Total Commits: 1
Threshold: 1
---
This commit message should read:
"Found the suspect and sent them to jail".
AND inside the `mystery` folder they should have made a file called `jail` with a file inside with their suspect's name (which should be: Jeremy_Bowers).
//////////////////////////////////////////////////////////////////
---
Title: Get to know Slack<br>
Total Commits: 1
Threshold: 1
---
They will have two questions to answer:
1) Name two things that you just learned about Slack that you didn't know before.
2) Name one thing that you just learned about that you think would be useful for you to use in the Slack classroom. Why do you think it will be useful?
//////////////////////////////////////////////////////////////////
---
Title: Brook & Lyn<br>
Total Commits: 4
Threshold: 2
---
They should have commits with the following messages:
"Added image links to html"
"Adjusted font, font size, and color"
"uploading a screenshot of my Brook & Lyn homework"
"Moved images to match mockup"
Looking for at least 2 commits. If you could look at their index.html and screenshot, you could comment on those.
Loading…
Cancel
Save