We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463f9c5 commit cdf2c6dCopy full SHA for cdf2c6d
EasyKey.git/ezk-git-atln.sh
@@ -26,7 +26,7 @@ function mergeRebase () {
26
27
cherryPick() {
28
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
+ git log --all --oneline
30
echo "Enter commit you want to pick:"
31
read cname
32
[ "${cname}" = "" ] && waitonexit && return
0 commit comments