dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7dc9b3ce7815d0c9671dc83db2c7076719629590
parent 4db77b72201cb78b4e99b4e7877af09fc1f5a8bc
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  5 Feb 2020 21:54:22 +0100

git: aliases

Former-commit-id: a35abd9da27226d843c39314c411ee57566f29ff
Diffstat:
Mgit/gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -37,6 +37,8 @@ camend = commit --amend --no-edit cp = commit -p + rp = reset -p + ss = stash push sp = stash pop sa = stash apply