Skip to content

must add #1

@ahshah

Description

@ahshah

diffz () {
COMMIT=$1
FILE=$(git show --pretty="" --name-only $COMMIT | fzf)
echo " git difftool ${COMMIT}^ $COMMIT $FILE"

if [[ "$?" == 0 ]]; then
eval git difftool ${COMMIT}^ $COMMIT $FILE
fi

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions