Git да изтриете от етапа на добавяне

Примерен код

0
0

To "undo" the "git add" commmand:

If you need to remove a single file from the staging area, use
	git reset HEAD -- <file>

If you need to remove a whole directory (folder) from the staging area, use
	git reset HEAD -- <directoryName>

Your modifications will be kept.
When you run git status the file will once again show up as modified
but not yet staged.

See the "git reset" man page for details
http://schacon.github.io/git/git-reset.html

Подобни страници

Подобни страници с примери

На други езици

Тази страница на други езици

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

Популярно в тази категория

Популярните страници с примери в категория