File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
[alias ]
7
7
change-commits = " ! f() { VAR=$1 ; OLD=$2 ; NEW=$3 ; shift 3; git filter-branch -f --env-filter \" if [ \\\" $` echo $VAR ` \\\" = ' $OLD' ]; then export $VAR =' $NEW' ; fi\" $@ ; }; f "
8
8
9
- lg = "log --graph --color --pretty=\" format:%h %an %Cblue%ae%Creset %Cgreen%s%Creset\" "
9
+ olg = "log --graph --color --pretty=\" format:%h %an %Cblue%ae%Creset %Cgreen%s%Creset\" "
10
+ lg = log --first-parent --color --date=short --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit
11
+ lgt = log --graph --color --date=short --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit
12
+ lga = log --graph --color --all --date=short --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit
10
13
11
14
cm = "commit"
12
15
br = "branch"
You can’t perform that action at this time.
0 commit comments