• JPDev@programming.devOP
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    git rm -rf is only usable within the scope of the git repository and removes files in the staging area and working directory but doesnt affect untracked files or .git. rm -rf affects everything. For this case rm -rf probably would be the better option