Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.5 KB

File metadata and controls

63 lines (45 loc) · 2.5 KB

Lab 1

Goal: Students understand how to work with open source GitHub repositories.


Add avatar to bio

  1. Clone the repository.

  2. Create a branch.

  3. Add a profile photo / avatar under semesters/spring_2026/img/.

  4. Add the image to your Markdown file.

    • Preview

    • If the picture is big, use HTML in the Markdown file to constrain the size:

      <img src="[path]" height="200" />
  5. Fill out your row of semesters/spring_2026/people.csv.

    • nickname (if applicable)
    • github_username
    • portfolio_site - if you don't have one yet, you can add it after you set it up
    • team_id - leave blank
  6. Commit

  7. Check out the Source Control Graph.

  8. Push

  9. Create a pull request.

  10. Check out the repository's network graph.

  11. Review the pull request of the person next to you.

  12. Sneha: Merge.

  13. Submit a link to your pull request in the Assignment.


Git concepts/terms/workflow

  • Repository
  • Clone
  • Branch
  • Commit
  • History
  • Push
  • Review
  • Merge
  • Fork

Slides visualizing Git history



(until class ends, or you finish)