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