Git Product home page Git Product logo

jr's Introduction

jr

It's like sl but for RoboJackets. Nothing good can come of this

Usage:

  • python jr.py (includes all years)
  • python jr.py 2018

Refer to the RoboJackets/software-training repo for instructional slides. When you are ready to start the git exercises, go to the Issues tab and click the New issue button to create a new issue. Then follow the instructions!

jr's People

Contributors

aaronmcdaniel avatar apoorrich avatar arthursiqueira14 avatar brandodecu avatar bvaughn8 avatar bvrigo avatar chachmu avatar dallas-d avatar daniel-martin576 avatar ebretl avatar jasongibson274 avatar jddj137 avatar jiajunmao avatar joshhting avatar kberzinch avatar kishoremayank avatar kkannampully avatar mattkelsey avatar mcauliffem avatar mdmarshmallow avatar mmcguire24 avatar orangemelon5 avatar robogen8 avatar samr28 avatar sergeysave avatar superlintball avatar suraj-masand avatar tcontis avatar w-illiam-wilson avatar winfinitythestar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jr's Issues

wvaughn9

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. wvaughn9).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named wvaughn9.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from wvaughn9 named wvaughn9-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between wvaughn9 and a branch named wvaughn9-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into wvaughn9 (this should not cause a merge conflict).
  • 21. Send your committed changes to the wvaughn9 branch on your fork
  • 22. Create a pull request from your fork’s wvaughn9 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

mmcguire31

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3/add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3/merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3-add-text branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

mloui3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3/add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3/merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3/add-text branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

mrajan31

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

smasand6

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

jaegook2

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

ssavelyev3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. ssavelyev3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named ssavelyev3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named ssavelyev3-add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the ssavelyev3 branch.
  • Make a merge conflict happen between ssavelyev3 and a branch named ssavelyev3-merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the ssavelyev3 branch (this should not cause a merge conflict).
  • Delete all local branches except for master and ssavelyev3.
  • Send your committed changes to the ssavelyev3 branch on your fork
  • Create a pull request from your fork’s ssavelyev3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

smartirosyan3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

sgaddam32

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

gtanno3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3/add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3/merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3-add-text branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

alee414

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3-add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • Commit a file called stuff1.txt in b1.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3 branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

hoyean3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

dwade32

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3-add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3 branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

vvalada3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

atuttle7

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

jmj8

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

epinto6

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. epinto6).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

sloh7

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

brigo3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

mkishore3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

ddulle3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

skumar388

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

mmcauliffe7

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

akarthik3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

vdesu7

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

ebretl3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

kkolur3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

jkim3211

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3/add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3/merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3/add-text branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

dmu7

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

lliu374

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

xchang31

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

jkim3415

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

ddowning3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 21. Send your committed changes to the gburdell3 branch on your fork
  • 22. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and gburdell3.

mburke44

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

bwang404

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

wanyanwu3

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • Star this repository.
  • Create a fork of this repository.
  • Clone your fork to your computer.
  • Set your forked repository as a remote named origin.
  • Set our repository as a remote named rj.
  • Create a branch named your GT username (ex. gburdell3).
  • Use the terminal to create a folder named 2017 in the root of the repo.
  • Use the terminal to create an empty text file named gburdell3.txt in the 2017 folder.
  • Stage and commit the file (make sure you leave good commit messages!)
  • Create a new branch from master named gburdell3/add-text.
  • Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch.
  • Make a merge conflict happen between gburdell3 and a branch named gburdell3-merge-conflict.
  • Resolve the merge conflict.
  • Create two branches named b1 and b2.
  • Commit a file called stuff1.txt in b1.
  • Commit a file called stuff2.txt in b2.
  • Take the changes from b1 and apply them to b2.
  • In b2, delete both files and commit the changes.
  • Take the changes from b2 and apply them to b1.
  • Take the changes from b1 and apply them to the gburdell3 branch (this should not cause a merge conflict).
  • Delete all local branches except for master and gburdell3.
  • Send your committed changes to the gburdell3 branch on your fork
  • Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.

isonubi3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. isonubi3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named isonubi3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from isonubi3 named isonubi3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the isonubi3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into isonubi3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the isonubi3 branch on your fork
  • 20. Create a pull request from your fork’s isonubi3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and isonubi3.

kkannampully

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

Amcdaniel39

Week 7: Git Challenge

Welcome to week 7 of software training! This week, you'll be completing a series of git and GitHub challenges. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace amcdaniel39 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. amcdaniel39).
  • 7. Use the terminal to create a folder named 2017 in the root of the repo.
  • 8. Use the terminal to create an empty text file named amcdaniel39.txt in the 2017 folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from amcdaniel39 named amcdaniel39-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the amcdaniel39 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Make a merge conflict happen between amcdaniel39 and a branch named amcdaniel39-merge-conflict.
  • 13. Resolve the merge conflict.
  • 14. Create two branches named b1 and b2.
  • 15. Commit a file called stuff1.txt in b1.
  • 16. Commit a file called stuff2.txt in b2.
  • 17. Take the changes from b1 and apply them to b2.
  • 18. In b2, delete both files and commit the changes.
  • 19. Merge b2 into b1.
  • 20. Merge b1 into amcdaniel39 (this should not cause a merge conflict).
  • 21. Send your committed changes to the amcdaniel39 branch on your fork
  • 22. Create a pull request from your fork’s amcdaniel39 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 23. After your PR has been approved, delete all local branches except for master and amcdaniel39.

hbao34

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

icourten3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

asiqueira3

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

jhu357

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

Nbose8

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

rli366

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

dliu327

Week 1: Git/GitHub Exercises

Welcome to week 1 of software training! This week, you'll be completing a series of git and GitHub exercises to get used to using git and the terminal. To get started, type your GT username into the Title box above, then click the "Submit new issue" at the bottom of this page! From there, work through the rest of this checklist.

If you need any help, we recommend these online resources:

You can, of course, also flag down an instructor if you run into anything.

Your objectives

Replace gburdell3 with your GT username anywhere it appears in this list.

  • 1. Star this repository.
  • 2. Create a fork of this repository.
  • 3. Clone your fork to your computer.
  • 4. Set your forked repository as a remote named origin.
  • 5. Set our repository as a remote named rj.
  • 6. Create a branch named your GT username (ex. gburdell3).
  • 7. Use the terminal to create a folder called "Students" in years/2018
  • 8. Use the terminal to create an empty text file named gburdell3.txt in the years/2018/Students folder.
  • 9. Stage and commit the file (make sure you leave good commit messages!)
  • 10. Create a new branch from gburdell3 named gburdell3-add-text.
  • 11. Add some ASCII art to your file (no longer than 30 lines, no more than 80 characters per line) on that branch and merge it into the gburdell3 branch. Use spaces, not tabs, for indentation in your art, as tabs may distort your image in jr.
  • 12. Create two branches named b1 and b2.
  • 13. Commit a file called stuff1.txt in b1.
  • 14. Commit a file called stuff2.txt in b2.
  • 15. Take the changes from b1 and apply them to b2. (hint: merge)
  • 16. In b2, delete both files and commit the changes.
  • 17. Merge b2 into b1.
  • 18. Merge b1 into gburdell3 (this should not cause a merge conflict).
  • 19. Send your committed changes to the gburdell3 branch on your fork
  • 20. Create a pull request from your fork’s gburdell3 branch to our master branch and ask one of the instructors in your session to approve it (if you try to merge it you won’t be able to because permissions). In your pull request description, add a line that says "Fixes #xx" where #xx is the number of the issue you created. This will auto-close your issue once your pull request is merged.
  • 21. After your PR has been approved, delete all local branches except for master and gburdell3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.