yurko
8/24/2015 - 1:20 PM

git clean state to match the most recent commit

git clean state to match the most recent commit

$ git reset --hard && git clean -fd
# -f : force
# -d : directories
# -x : ignored files