Skip to content

codewithvincent/Github101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Github101

Live site

Video tutorial

The purpose of this repository is to let you practice git. More specifically:

  • how to make changes
  • create a pull request
  • contribute to a public project

Steps

  1. Open index.html
  2. Hit the pencil button on the top right corner (to edit)
  3. Scroll down to the bottom, and find the tbody tag
  4. Add your <tr> below
<tr>
  <th scope="row">#</th>
  <td><a href="#" target="_blank">...</a></td>
  <td>...</td>
  <td>...</td>
  <td>...</td>
</tr>
  1. Add a commit message
  2. Hit propose changes
  3. Copy the pull request link and drop it in the bootcamp channel discord
  4. And I will review your changes when I get the chance :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages