Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
93cbc161
Unverified
Commit
93cbc161
authored
Mar 31, 2019
by
Marc Cornellà
Committed by
GitHub
Mar 31, 2019
Browse files
git: use interactive mode in gclean
Fixes #7716
parent
4b82b860
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
93cbc161
...
...
@@ -73,7 +73,7 @@ alias gcsm='git commit -s -m'
alias
gcb
=
'git checkout -b'
alias
gcf
=
'git config --list'
alias
gcl
=
'git clone --recurse-submodules'
alias
gclean
=
'git clean -
f
d'
alias
gclean
=
'git clean -
i
d'
alias
gpristine
=
'git reset --hard && git clean -dfx'
alias
gcm
=
'git checkout master'
alias
gcd
=
'git checkout develop'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment