From 1e4f3541443fb8e6097ce9740c6335e9d3d2b1c9 Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Fri, 12 Nov 2021 01:14:53 +0000 Subject: [PATCH] Add aliases to Git config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ VERSION | 2 +- home/.config/git/config | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84847c2..966d8a5 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.4] - 2021-11-12 +### Added +- Aliases to [Git Config](home/.config/git/config) + ## [1.5.3] - 2021-11-11 ### Added - Missing line to [Readme](README.md) diff --git a/VERSION b/VERSION index 8af85be..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/home/.config/git/config b/home/.config/git/config index 0b537f7..b739278 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -33,7 +33,9 @@ pat = pa && pt r = remote ra = r add - rau = r set-url --add + ru = r set-url + rua = ru --add + rud = ru --delete rl = r -v rr = r remove s = status