kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Skip pushes when there is no upstream repository #197

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago
git push --set-upstream origin

This fails if "origin" does not exist. Do a pre-check before running this command anywhere.

kieranpotts commented 1 year ago

Dependent on kieranpotts/dotfiles#79 (this will make the necessary refactoring easier)