mercredi 22 mai 2019

Git : add tracked files only

git add -u stages modifications and deletions, without new files
looks at all the already tracked files and stages the changes to those files if they are different or if they have been removed. It does not add any new files, it only stages changes to already tracked files.

git add -i You can select specific files and easily update, patch, or revert them.

Aucun commentaire:

Enregistrer un commentaire

to criticize, to improve