summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
* Reinstate `git ff`HEADmainOwen Jacobson2024-09-26
|
* Reinstate `git start`.Owen Jacobson2024-09-26
| | | | No idea why I deleted this.
* Fix transposed arguments in `git bdiff`, `git blog`.Owen Jacobson2024-09-26
|
* Remove stray .DS_Store filesOwen Jacobson2024-03-12
|
* 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.
* Don't run hooks on wip commits.Owen Jacobson2020-06-17
| | | | Wip commits are often _known_ broken. git-wip is intended to save exactly what you have in your work tree, with no fuss.
* 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.
* master -> main, but support repos that use masterOwen Jacobson2020-06-15