You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #215, we call git reset --hard, so if you call doctr a second time, and want it to deploy a file tracked in master that was modified, it won't be modified in the same way.
After #215, we call git reset --hard, so if you call doctr a second time, and want it to deploy a file tracked in master that was modified, it won't be modified in the same way.
Maybe a better way would be to stash and pop.