Skip to content

Commit

Permalink
Make gclean parameters consistent (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandr01d authored Jul 6, 2023
1 parent 500808d commit 8547b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/git-forgit
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ _forgit_stash_push() {
# git clean selector
_forgit_clean() {
_forgit_inside_work_tree || return 1
[[ $# -ne 0 ]] && git clean "$@" &>/dev/null && return 0
local git_clean files opts
git_clean="git clean $FORGIT_CLEAN_GIT_OPTS"
opts="
Expand Down

0 comments on commit 8547b55

Please sign in to comment.