Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions symlinks/files/auto-link/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
smudge = git-lfs smudge %f
required = true
[alias]
# エイリアス一覧を表示する
aliases = config --get-regexp alias
# 直前のcommitのコミットメッセージを変更する
amend = commit --amend
# ブランチ一覧を表示する
Expand All @@ -44,6 +46,8 @@
stashes = stash list
# wip commit
wip = !"git add . && git commit -m 'wip'"
# コミットする際のメールアドレスを表示する
whoami = config user.email
[http]
sslVerify = false
[init]
Expand Down
1 change: 0 additions & 1 deletion symlinks/files/auto-link/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ fi
# エイリアス関連
#
alias rmdir="rm -rf"
alias tf="terraform"
alias repo="gh repo view -w"

#
Expand Down