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