chore(EthanBrown.GitAliases): release 0.0.4
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>EthanBrown.GitAliases</id>
|
<id>EthanBrown.GitAliases</id>
|
||||||
<title>Git - Aliases</title>
|
<title>Git - Aliases</title>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
<authors>Various</authors>
|
<authors>Various</authors>
|
||||||
<owners>Ethan Brown</owners>
|
<owners>Ethan Brown</owners>
|
||||||
<summary>Git aliases</summary>
|
<summary>Git aliases</summary>
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
aliases = config --get-regexp alias
|
aliases = config --get-regexp alias
|
||||||
amend = commit --amend
|
amend = commit --amend
|
||||||
bl = blame -w -M -C
|
bl = blame -w -M -C
|
||||||
bra = git branch -rav
|
bra = branch -rav
|
||||||
branches = git branch -rav
|
branches = branch -rav
|
||||||
changed = status -sb
|
changed = status -sb
|
||||||
f = !git ls-files | grep -i
|
f = !git ls-files | grep -i
|
||||||
filelog = log -u
|
filelog = log -u
|
||||||
|
Reference in New Issue
Block a user