summaryrefslogtreecommitdiff
path: root/bin/git-publish
Commit message (Collapse)AuthorAge
* Move aliases to scripts.Owen Jacobson2023-12-13
| | | | The git aliases mechanism is pretty limited; there's some stuff you can't really do without dropping to a shell. If you're going to do that, then custom subcommand scripts are more flexable than aliases that start with ! are.
* Publish to origin by default.Owen Jacobson2021-07-07
| | | | I haven't worked with a private fork in years.
* Move publish and wip to scripts.Owen Jacobson2020-06-17
This makes them a bit more practical to add more sophistication to. `git-publish` in particular can now do more.