10 Commits

Author SHA1 Message Date
9c4ee11ed9 Don't install git with brew 2018-08-26 16:58:57 +01:00
1294ea01f2 Remove checkout-last alias
Since `git checkout -` does the same thing as `git checkout-last`
there's no need for the alias.
2018-08-26 16:42:29 +01:00
8e556960fb Add lastpass-cli brew package 2018-08-26 13:38:11 +01:00
ebc18383ac Install latest git on macOs 2018-08-25 21:53:57 +01:00
929cb896b1 Add aliases for working with autosquash rebases
* Rename the `squash` alias to `prepare` to repurpose it.
* Change `squash` alias to `git commit --squash=<commit>`.
* Add `fixup` alias to `git commit --fixup=<commit>`.
* Set the `rebase.autoSquash` config option to `true`.
2018-08-13 12:21:03 +01:00
467789389a Improve save/load aliases
When `git load` is invoked it will check if the subject of the `HEAD`
commit message is `temp!`, if it is when the commit will be reset,
otherwise an error message is output and the commit remains untouched.
2018-08-11 19:24:55 +01:00
dcacddc27f Add git checkout-last alias 2018-08-11 19:24:55 +01:00
88e23013ec Fix typos in README file 2018-08-07 12:54:18 +01:00
e96539c093 Make conduit config match what git config expects 2018-08-07 11:21:51 +01:00
19c3d87cab Add git config files 2018-08-05 22:45:46 +01:00