Accidental commits can be tricky to remove with Git. In this GitHub Skills course, you'll use BFG Repo-Cleaner to change the history of a Git repository. You can apply what you learn in this course to fully remove sensitive material from your own repository.
Congratulations friend, you've completed this course!
Here's a recap of all the tasks you've accomplished in your repository:
- Removed a file from the head commit of the repository
- Used BFG Repo-Cleaner to removed a file from all Git history in the repository
- Avoided accidental commits by telling Git to ignore a specific file name
- The Docs on Removing sensitive data are comprehensive and recommended reading after this course.
- Try your hand at some of the other features listed in the BFG Repo-Cleaner documentation.
- We'd love to hear what you thought of this course.
- Take another GitHub Skills course.
- Read the GitHub Getting Started docs.
- To find projects to contribute to, check out GitHub Explore.
Get help: Post in our discussion board • Review the GitHub status page
© 2024 GitHub • Code of Conduct • MIT License