Fix alias in Git config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
3f0e1f93ca
commit
60b7c3b640
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue