Git Dry Run Option

Still not 100% confident in your Git foo? You can perform some git operations with a dry-run flag to see what would happen if you were to run the command. For instance:

git add . --dry-run
git clean --dry-run
git commit -m 'some message' --dry-run

Are some commands that you could use with the dry-run flag that could come in handy! Now go out there and Git it!

Instagram Post