Git Tools and Resources

[ development  git  ]
Written on February 22, 2023
Reading time: 1 min

https://github.com/newren/git-filter-repo/

Learning Git

Cheat Sheets

GUI Tools

If you don’t want to learn Git from the command line, there are several GUI tools available.

Tools and Utilities

  • git-filter-repo - A new, faster, cleaner, more featureful version of git-filter-branch
    • Useful for rewriting history, removing sensitive information, and other tasks that require modifying the history of a Git repository.
    • git-filter-repo cheat sheet

Workflows

Git workflows are methods of using Git to organize your development process.