10
taylan
7y

rm -rf *
git add .
git commit -m "Initial commit"
git push -f

Comments
  • 0
    rm -rf * == rm -rf /
  • 2
    @linuxer4fun not even close. You should learn the difference before you make a big mistake.
  • 0
    @taylan the * operator specifies everything... So... rm -rf /home/me/steam/*

    Remove everything inside of the steam folder, for example. Hope, I was helpful, linuxer4fun
Add Comment