With this exercise we are attempting to collect the GitHub accounts of all students in the class.
- Tom Kraak (instructor): github.com/tkraak
- 🤘 Zac Heisey (instructor): github.com/zac-heisey
- Asa Smith: github.com/AsaSmith
- Sara Kenney: github.com/SaraKenney
- Marcellous Grant: github.com.Marcellousg
- Courtney Seitz: github.com/CourtneySeitz
- Joyce Blair: github.com/jblair53
- Brian Baker: github.com/brianthomasbaker
- Jenna Shenk: github.com/jshenk
- Spencer Buchness: github.com/Sbuchness
- Rob Bridges: github.com/RobBridges
- Courtney Holt: github.com/cvholt
- Arthur Moten: github.com/AJMoten
- Debi Howard: github.com/DebiHoward
- Matt Diehl: github.com/diehlmh
- Abigail Pendergrass: github.com/abigailpendergrass
- Kat Botsford: github.com/thekatbots
- Zac Heisey: github.com/zac-heisey
- Luke Shin: github.com/luke-shin
- Rhyan Vargas: github.com/rhyanv
- Patrick Horner: github.com/pshorner
- Matt Combs github.com/MattCombs
- Audra Macri: github.com/audramacri/
- Heather Joslyn: github.com/hajoslyn
- Michelle Gienow: github/mgienow
- Anastasia Keramidas: github.com/amkeramidas
- Herman Chenwi: github/Herman04
- Victor Filatov: github/vicfil
- Natasha Sierakowski: github/t-sierakowski
- Kate Hollingsworth: github.com/katehollingsworth
- Joe Stephens: github.com/stratdv
- Andre Cawley: github.com/andrecawley
- Ryan Shovlin: github.com/rjshovlin
- Matthew Bavosa: github/mbavosa
- Jaclyn Walten: github.com/jwalten
- Dan Choi: github.com/danchoi19408
- Kelly Mundle: github.com/kmundle
- Fiona Pham: github.com/fionapham
- Sherri Pendleton: github.com/msmillennialmom
- Monique Bennett-Lowe: github.com/MBennettLowe
- Kinjal Bhatt: github.com/kbot26
- Dan Losapio: github.com/dlosapio
- Daniel Lousa: github.com/dlousa92
- Phil Alsop: github.com/PHLYNG
- Allison Henkel: github.com/Allihenk
- Alex Machado: github.com/amachado93
- Han Castanedo: github.com/hancas
- Gwen Travis: github.com/gtravis13
- Jonique K Green: github.com/joniquegreen
- Jason Fogg:github.com/jrfogg
- Lindsay Cheek: github.com/lindsaycheek
- Varghese Joseph: https://github.com/varkyhunter
- Nsikak Isaac Udoh: github.com/isaacudoh
- Brandon Renbaum: github.com/slide165
- Ben Spier: github.com/benspier
- Brenda Johnson: github.com/brenda-john
- Kourtney Fulton: github.com/kfulton727
- Jimmy Gosses: github.com/jgosses
- Paige Henson: github.com/phenson
- Matt Stankiewicz: github.com/mattstank
- Jim Munemitsu: github.com/yodaboomer
- Danielle Lestage: github.com/dlestage
- Joe Jeppi: github.com/jjeppi
- Lyz Levine: github.com/LyzLevine
- Tawanna Lanzit: github.com/tlanzit
- Walter Alvarez: github.com/WalterAlvarez92
- Duane Shelton: github.com/duaneshelton
- Nick Vandenberge: github.com/nvandenberge
- Nathan Shulkin: github.com/nateshulkin
- Mark Nowowiejski: github.com/mnowowiejski
- Alexandra Hand: github.com/ahand411
- Tristan LaRoche: github.com/taroche
- Sammy Busacca: github.com/sammybusacca
- Christine Anthony: github.com/chriscyber
- Teri Cerny: github.com/teri-cerny
- Michael Le: github.com/rangermyke
- Julie Spokus: github.com/jspokeBeta
- Ying Yu: github.com/yingyu2018
- Adina Jaffee: github.com/adinajaffee2019
- Nathan Caraker: github.com/ncaraker117
- Mark Novicio: github.com/MarkNovicio
- Gabi Payano: github.com/PayanoGabi
- Justin Howard https://github.com/zorro1rr
- Autumn Richardson github.com/autumnrich
- Eden Schlessinger: github.com/gardenofeden12
- Cali Kafouros: github.com/calikafouros
- Mattie Anjum: github.com/saintmatt
- Fork this repository (make a personal copy into your GitHub account)
- Clone your fork (download the forked repo to the
/betamoredirectory on your machine) - Set up and pull from the
upstreamremote to ensure you are working with the most recent version of the repo (see Sync with upstream notes below) - Create a your own branch off
masterand switch to it - Open this file in your text editor and add your name and line to your GitHub account to the above list
- Commit your changes
- Push your changes
- Open a pull request
To minimize the likelihood of merge conflicts, ensure that your fork is up to date with the source repo of your pull request. Do this before creating a branch off master:
git remote add upstream https://github.com/betamore/fewd-pull-request-exercise.gitgit checkout mastergit pull upstream master
For additional instructions, visit GitHub Help.