A workshop on git fundamentals.
- Fork this repo.
- Clone the repository.
- Create a new branch.
- Create a file called hello_world.txt
- Push the changes to the branch (stage, commit, push).
- Add a .gitignore file with a single line:
build/
- Create a build folder and add any file you want to it.
- Push the changes to the branch (stage, commit, push).
- Create a PR to the main branch of your own fork.
- Comment on the PR. Approve it.
- Merge the PR.