17 Commits

Author SHA1 Message Date
26ecd94fb4 Update README with latest alias descriptions 2019-02-15 17:07:32 +00:00
17a5a0e946 Add local alias for listing non-remote branches 2019-02-15 14:05:49 +00:00
225fe9a243 Simplify tree alias & split onto multiple lines 2019-02-15 14:05:05 +00:00
854df7bc22 Add unamend alias to help reversing an amend
* `unamend` applies the diff from a previous `commit --amend` to the
working tree to make it easy to undo an accidental amend.
* Removed `last` alias, use `checkout -` instead
* Rename `name` alias to `refname` to be less ambiguous
2019-02-06 14:12:40 +00:00
e63768ba22 Add alias to show the files touched in a commit 2019-01-17 17:48:43 +00:00
9511061155 Remove 3 way vimdiff 2018-12-14 18:32:23 +00:00
71ef3dfba5 Update _git-changes to complete more branch names 2018-10-23 18:00:36 +01:00
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