Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 522 Bytes

GitWorkshop

A workshop on git fundamentals.

Instructions:

Part 1:

  1. Fork this repo.
  2. Clone the repository.
  3. Create a new branch.
  4. Create a file called hello_world.txt
  5. Push the changes to the branch (stage, commit, push).

Part 2

  1. Add a .gitignore file with a single line: build/
  2. Create a build folder and add any file you want to it.
  3. Push the changes to the branch (stage, commit, push).
  4. Create a PR to the main branch of your own fork.
  5. Comment on the PR. Approve it.
  6. Merge the PR.