You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.4 KiB
2.4 KiB
WDI-PANTHALASSA
Title: Github Practice
Type: Homework
Duration: "0:30 - 1:00"
Creator:
Kristyn Bryan
Course: WDIr Panthalassa
Competencies: Github, command line git commands
Prerequisites: Github
Directions
Click on this link https://try.github.io and complete all of the steps in the tutorial. Answer the questions below in this markdown file and commit your work at each point when directed.
- What command do you use to setup a git repository inside of your folder?
Answer: - What command do you use to ask git to start tacking a file?
Answer: - What command do you use to ask git to move your file from the staging area to the repository?
Answer:
** Commit your work.**
The commit message should read:
"The 1st set of homework answers are complete".
1. What command do you use to pull any changes from the master repository into your local repository?
**Answer:** 1. What command do you use to unstage a file?
**Answer:** 1. What command do you use to change your files back to how they were after a commit?
**Answer:** 1. Why is it important to use `--` when chaging files back to a previous state?
**Answer:** 1. Why might you want to reset your files back to a previous commit?
**Answer:**
** Commit your work.**
The commit message should read:
"The 2nd set of homework answers are complete".
1. What command do you use to create a branch?
**Answer:** 1. What command do you use to use a different branch?
**Answer:** 1. Why would you want to use a branch other than the default `master`?
**Answer:**
** Commit your work.**
The commit message should read:
"The 3rd set of homework answers are complete".
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
**Answer:** 1. What command do you use to send all of the work that you've done locally to your remote repository?
**Answer:**
** Commit your work.**
The commit message should read:
"The 4th set of homework answers are complete".
### 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.
