File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.7.7] - 2021-11-23
8+ ### Changed
9+ - Style of some aliases in [ Git Config] ( home/.config/git/config )
10+
711## [ 1.7.6] - 2021-11-22
812### Added
913- Code to include secret config in [ Bash Config] ( home/.bashrc )
Original file line number Diff line number Diff line change 1- 1.7.6
1+ 1.7.7
Original file line number Diff line number Diff line change 33 ae = a -e
44 ba = branch
55 bach = "!f() { \
6- git ba \"$1\" && \
7- git ch \"$1\"; \
6+ git ba \"$1\" \
7+ && git ch \"$1\"; \
88 }; f"
99 bd = ba -d
1010 bfd = ba -D
1919 }; f"
2020 cota = "!f() { \
2121 local version=\"v$(cat VERSION)\"; \
22- git co \"$1\" && \
23- git ta \"${version}\"; \
22+ git co \"$1\" \
23+ && git ta \"${version}\"; \
2424 }; f"
2525 fu = "!f() { \
26- git fetch upstream && \
27- git ch master && \
28- git rebase upstream/master; \
26+ git fetch upstream \
27+ && git ch master \
28+ && git rebase upstream/master; \
2929 }; f"
3030 fup = !git fu && git pat
3131 p = push
You can’t perform that action at this time.
0 commit comments