Skip to content

Commit cdf2c6d

Browse files
committed
Log in cherry pick process changed
1 parent 463f9c5 commit cdf2c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyKey.git/ezk-git-atln.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function mergeRebase () {
2626

2727
cherryPick() {
2828
echo "Last 15 commits"
29-
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 100
29+
git log --all --oneline
3030
echo "Enter commit you want to pick:"
3131
read cname
3232
[ "${cname}" = "" ] && waitonexit && return

0 commit comments

Comments
 (0)