Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save David5280/bbc6670f99bdc30b23e718676c83a17e to your computer and use it in GitHub Desktop.

Select an option

Save David5280/bbc6670f99bdc30b23e718676c83a17e to your computer and use it in GitHub Desktop.

Revisions

  1. David5280 revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -57,4 +57,4 @@ Create a new gist of your own by clicking the `New Gist` button in the upper rig
    - at least one inline code block (greyed text)
    - at least one image

    - [x] Paste the link to your gist here:
    - [x] Paste the link to your gist here: https://gist.github.com/David5280/f29ceb1df245b9ef5da6eb0b71165adf
  2. David5280 revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -57,4 +57,4 @@ Create a new gist of your own by clicking the `New Gist` button in the upper rig
    - at least one inline code block (greyed text)
    - at least one image

    - [ ] Paste the link to your gist here:
    - [x] Paste the link to your gist here:
  3. David5280 revised this gist Feb 25, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -48,11 +48,11 @@ To start this assignment:

    Create a new gist of your own by clicking the `New Gist` button in the upper right-hand corner of the screen. Create a "Beginners Guide to Git" documenting your git knowledge so far using Markdown. Incorporate each of the following features into your Gist:

    [x] at least two headings of different sizes
    - at least two headings of different sizes
    - at least one numbered list
    - at least one bullet point list
    [x] at least one bold word/phrase
    [x] at least one italic word/phrase
    - at least one bold word/phrase
    - at least one italic word/phrase
    - at least one code block
    - at least one inline code block (greyed text)
    - at least one image
  4. David5280 revised this gist Feb 25, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -48,11 +48,11 @@ To start this assignment:

    Create a new gist of your own by clicking the `New Gist` button in the upper right-hand corner of the screen. Create a "Beginners Guide to Git" documenting your git knowledge so far using Markdown. Incorporate each of the following features into your Gist:

    - at least two headings of different sizes
    [x] at least two headings of different sizes
    - at least one numbered list
    - at least one bullet point list
    - at least one bold word/phrase
    - at least one italic word/phrase
    [x] at least one bold word/phrase
    [x] at least one italic word/phrase
    - at least one code block
    - at least one inline code block (greyed text)
    - at least one image
  5. David5280 revised this gist Feb 25, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ To start this assignment:
    1. Add the remote to your local repository.
    1. Push your repository to GitHub.

    - [x] Paste the link to your repository here:
    - [x] Paste the link to your repository here: https://github.com/David5280/git_and_gh_practice

    ## Task 2: Forking a Repo on GitHub and Creating a Pull Request (30 min)

    @@ -42,7 +42,7 @@ To start this assignment:
    1. Use the `site:help.github.com` Googling trick to search GitHub's help area to figure out how to create a pull request from a fork. It may also be helpful to figure out what `pull request` means.
    1. Open a pull request for your changes.

    - [ ] Once your pull request is open, you're done! You don't need to submit or paste anything since we will get a notification that you've opened a pull request.
    - [x] Once your pull request is open, you're done! You don't need to submit or paste anything since we will get a notification that you've opened a pull request.

    ## Task 3: Practicing Markdown (40 min)

  6. David5280 revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ To start this assignment:
    1. Add the remote to your local repository.
    1. Push your repository to GitHub.

    - [ ] Paste the link to your repository here:
    - [x] Paste the link to your repository here:

    ## Task 2: Forking a Repo on GitHub and Creating a Pull Request (30 min)

  7. @rwarbelow rwarbelow revised this gist Jan 31, 2019. 1 changed file with 38 additions and 6 deletions.
    44 changes: 38 additions & 6 deletions mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,50 @@
    # Session 4 Practice Tasks

    The assignments listed here should take you approximately __ total minutes.
    The assignments listed here should take you between 1.5 and 2 total hours.

    To start this assignment:

    1. Click the button in the upper right-hand corner that says **Fork**. This is now your copy of the document.
    1. Click the **Edit** button when you're ready to start adding your answers.
    1. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

    ## Task 1: Creating a Repo on GitHub
    ## Task 1: Practicing Git Workflow and Pushing a Repo to GitHub (20 min)

    ## Task 2: Cloning a Repo on GitHub
    1. From your command line, make a directory `git_and_gh_practice` with two files inside: `hobbies.txt` and `travels.txt`.
    1. Initialize git, and your two files, and make an initial commit.
    1. Use your text editor to open `hobbies.txt`.
    1. Add some text about your hobbies.
    1. Add the changes and commit.
    1. Use your text editor to open `travels.txt`.
    1. Add some text about your favorite vacation or travel experience.
    1. Add the changes and commit.
    1. On GitHub, create a new repository.
    1. Add the remote to your local repository.
    1. Push your repository to GitHub.

    ## Task 3: Forking a Repo on GitHub
    - [ ] Paste the link to your repository here:

    ## Task 4: Practicing Markdown
    ## Task 2: Forking a Repo on GitHub and Creating a Pull Request (30 min)

    1. Fork the [Mod 0 Resources](https://github.com/turingschool-examples/mod0resources) repository.
    1. Open your terminal
    1. Clone your fork to your computer (`git clone <url>`).
    1. `cd` into your cloned repository.
    1. Make a new file with the pattern `lastname_firstname_resources.md`.
    1. Open the file you just created in your text editor.
    1. Create a list of some of your favorite resources so far related to coding/Turing/git/GitHub/etc. These resources do not need to be ones that we've discussed in class. They can be *anything* that has helped you so far in your journey to learn software development.
    1. Add your changes.
    1. Commit your changes with a properly formatted commit message.
    1. Push your changes to your fork.

    **This next part is not something we discussed during Session 4 and will involve some figuring out on your own.**

    1. Use the `site:help.github.com` Googling trick to search GitHub's help area to figure out how to create a pull request from a fork. It may also be helpful to figure out what `pull request` means.
    1. Open a pull request for your changes.

    - [ ] Once your pull request is open, you're done! You don't need to submit or paste anything since we will get a notification that you've opened a pull request.

    ## Task 3: Practicing Markdown (40 min)

    Create a new gist of your own by clicking the `New Gist` button in the upper right-hand corner of the screen. Create a "Beginners Guide to Git" documenting your git knowledge so far using Markdown. Incorporate each of the following features into your Gist:

    @@ -25,4 +55,6 @@ Create a new gist of your own by clicking the `New Gist` button in the upper rig
    - at least one italic word/phrase
    - at least one code block
    - at least one inline code block (greyed text)
    - at least one image
    - at least one image

    - [ ] Paste the link to your gist here:
  8. @rwarbelow rwarbelow revised this gist Jan 31, 2019. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,17 @@ To start this assignment:

    ## Task 2: Cloning a Repo on GitHub

    ## Task 3: Forking a Repo on GitHub
    ## Task 3: Forking a Repo on GitHub

    ## Task 4: Practicing Markdown

    Create a new gist of your own by clicking the `New Gist` button in the upper right-hand corner of the screen. Create a "Beginners Guide to Git" documenting your git knowledge so far using Markdown. Incorporate each of the following features into your Gist:

    - at least two headings of different sizes
    - at least one numbered list
    - at least one bullet point list
    - at least one bold word/phrase
    - at least one italic word/phrase
    - at least one code block
    - at least one inline code block (greyed text)
    - at least one image
  9. @rwarbelow rwarbelow created this gist Jan 30, 2019.
    15 changes: 15 additions & 0 deletions mod_0_session_4_practice_tasks.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # Session 4 Practice Tasks

    The assignments listed here should take you approximately __ total minutes.

    To start this assignment:

    1. Click the button in the upper right-hand corner that says **Fork**. This is now your copy of the document.
    1. Click the **Edit** button when you're ready to start adding your answers.
    1. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

    ## Task 1: Creating a Repo on GitHub

    ## Task 2: Cloning a Repo on GitHub

    ## Task 3: Forking a Repo on GitHub