summaryrefslogtreecommitdiff
path: root/aliases.gitconfig
Commit message (Collapse)AuthorAge
* 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
|
* Be explicit about licensing.Owen Jacobson2019-01-04
|
* Merge pull request #7 from ojacobson/this-pathOwen Jacobson2014-03-03
|\ | | | | Fixed `git this` when run from a subdir.
| * Fixed `git this` when run from a subdir.Owen Jacobson2014-02-04
| | | | | | | | | | `git this` now captures the entire work tree. `git these` captures the cwd only.
* | Merge pull request #5 from ojacobson/bdiff-dotsOwen Jacobson2014-03-03
|\ \ | | | | | | Use common-ancestor notation for bdiff
| * | Use common-ancestor notation for bdiffOwen Jacobson2014-03-03
| | | | | | | | | | | | | | | Diff "along" the branch is more useful than absolute state diff between upstream and branch head.
* | | Whitespace normalization.Owen Jacobson2014-03-03
|/ /
* / Added 'bsummary' (Branch Summary) command.Owen Jacobson2014-03-03
|/ | | | Turns out I use --oneline a lot.
* Merge pull request #1 from ojacobson/newbranch-is-startOwen Jacobson2013-11-25
|\ | | | | Rename `newbranch` to `start` for tersity (thanks, @idcmp!)
| * Rename `newbranch` to `start` for tersity (thanks, @idcmp!)Owen Jacobson2013-11-25
| |
* | Include `--no-edit` in `git amend`, for streamlining. (Thanks, canton7!)Owen Jacobson2013-11-25
|/
* Exported my aliases for easier sharing.Owen Jacobson2013-11-25