Dry running Git commands
February 27, 2023 — There are some things that you can do in Git that you might want to test out before actually running them. For instance, you might want to check what will be added to the Git index before running the git add
command.