add clear alias => clean -fd

This commit is contained in:
Yax 2022-02-17 17:24:19 +01:00
parent 0cb0f6e798
commit f4fa3d0e63

View file

@ -10,6 +10,7 @@
ahead-of-master = log --oneline origin/master..HEAD
b = "!git checkout $(git branch | fzf)"
c = commit
clear = clean -fd
cd = checkout develop
cm = checkout master
cp = cherry-pick