Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 170 Bytes

rm.md

File metadata and controls

13 lines (9 loc) · 170 Bytes

rm

Datei komplett löschen (Workspace, Index und Repo)

git rm  dateiname  

Datei nur aus Repo und Index löschen

git rm --cached dateiname