Git odstranit z inscenace

Příklady kódu

1
0

jak odstranit všechny soubory z pracovní oblasti git

git rm --cached -r .
1
0

git odstranit z inscenace

git reset
1
0

git odebrat soubor ze stagingu

git rm --cached FILE.NAME
0
0

odstranit z staging git

git rm --cached -r

--cached tells it to remove the paths from staging and the index without
removing the files themselves and -r operates on directories recursively. 
0
0

odebrat soubor z fáze git

git rm --cached <file> 

V jiných jazycích

Tato stránka je v jiných jazycích

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................