-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Describe the bug
Changes are committed even though the user opts out of pushing the files to upstream (say for e,g hitting Ctrl+C), this is undesired.
To Reproduce
Steps to reproduce the behavior:
- Make some changes to any dotfiles (in your HOME dir)
- Run
dotman - Choose option
2to push files upstream - When in Enter Commit Message, hit Ctrl+c
- cd to your dotfiles repo & see committed changes
Expected behavior
No changes to the repo should be done until the user enters the commit msg & hits Ctrl+d
Reactions are currently unavailable