Do all git commands have a --dry-run option, or one which would indicate what the command would do without actually doing them?
|
Not every command would naturally support a dry run directly.
iboisver comments:
|
|||||||
|
|
While there isn't always a |
|||
|
|
|
You can also just copy the directory in question and do your trial stuff there:
Try whatever operations you want (but don't push!). If things go bad:
...and start over. |
|||||
|