Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 675 Bytes

git_tutorial

A simple git_tutorial designed for the UAV class at BYU

To receive full credit you must: (hint: it helps if you follow this order exactly)

  • clone this repository onto your own machine
  • create a new branch from master
    • Name this new branch your first initial followed by your last name (i.e. mfarrell for Michael Farrell)
  • on your new branch:
    • add a message under your name in the students/all_students.txt file
    • commit the changes with a meaningful commit message
    • merge the "students" branch into your new branch
    • resolve the merge conflicts
    • push up your branch to GitHub
    • Submit a pull request, merging your new branch into master