Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c8e4d4

Browse files
committedJun 11, 2022
2022-06-11 09:50:36
1 parent 914e05f commit 5c8e4d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎home/bashrc

+7-1
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,14 @@ alias g=git
158158
alias G=gitui
159159
alias gw='git add'
160160
alias gw.='gw .'
161-
alias gl='git log'
162161
alias gst='git status'
162+
# Log
163+
# https://git-scm.com/docs/git-log
164+
alias gl='git log'
165+
alias gls='git log -S'
166+
alias glg='git log -G'
167+
alias glS='git log -p -S'
168+
alias glG='git log -p -G'
163169
# Commit
164170
alias gci='git commit'
165171
alias gcm='git commit --message'

0 commit comments

Comments
 (0)
Failed to load comments.