The following repository's history is broken :(
We need to fix it!
- Fork and clone this repository.
- Run a
git logto see the history of the repository. - Try different formats like
git log --oneline. - Fix the history according to the output
git log(you will see the instructions in the body of the commits). - Remove all instructions from the body of the commits once all fixes were completed.
- Add
.venvto.gitignoreand start untracking it (add a new commit for this fix). - Push your changes to your repo using
git push --force.
Your history should look something like this at the end:
- First commit: includes
gitignorechanges - Add typer to dependencies
- Add cli scaffold
- Add greet functionality
- Add help menu
- Untrack
.venv