Skip to content

Commit

Permalink
Update git tag alias
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume J. Charmes <git+guillaume@charmes.net>
  • Loading branch information
creack committed Oct 6, 2019
1 parent 4b294b2 commit a77d7bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitconfig
Expand Up @@ -9,7 +9,7 @@
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
lg3 = !"git log --show-signature"
lg = !"git lg1"
pull = pull --rebase

change = codereview change
gofmt = codereview gofmt
mail = codereview mail
Expand Down
5 changes: 2 additions & 3 deletions .gitconfig.ml
Expand Up @@ -4,9 +4,8 @@
gpgsign = true

[alias]
ci = commit -s -S
b = branch
tag = tag -s
ci = commit -s -S
t = tag -s

[user]
email = gcharmes@magicleap.com
Expand Down
4 changes: 2 additions & 2 deletions .gitconfig.perso
Expand Up @@ -4,8 +4,8 @@
gpgsign = true

[alias]
ci = commit -s -S
tag = tag -s
ci = commit -s -S
t = tag -s

[user]
email = git+guillaume@charmes.net
Expand Down

0 comments on commit a77d7bb

Please sign in to comment.