From 60b7c3b640700a76c124cf633c603c21ac2c2b56 Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Sat, 13 Nov 2021 02:09:57 +0000 Subject: [PATCH] Fix alias in Git config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ VERSION | 2 +- home/.config/git/config | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4aa0f..6316678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.6] - 2021-11-13 +### Fixed +- Alias in [Git Config](home/.config/git/config) + ## [1.5.5] - 2021-11-13 ### Added - Aliases to Configs section in [Bash Config](home/.bashrc) diff --git a/VERSION b/VERSION index 9075be4..eac1e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.5 +1.5.6 diff --git a/home/.config/git/config b/home/.config/git/config index b739278..c4a1c08 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -30,7 +30,7 @@ p = push pa = push --all pt = push --tags - pat = pa && pt + pat = !git pa && git pt r = remote ra = r add ru = r set-url