Tweaked descrtiption for git add -u.

This commit is contained in:
Donne Martin 2015-08-18 07:17:50 -04:00
parent 24862c9227
commit 35583d626c

View File

@ -214,7 +214,9 @@
"!git reset [target file or commit]\n",
"!git reset --hard origin/master\n",
"\n",
"# Automatically stage tracked files, including deleting the previously tracked files\n",
"# Automatically stage tracked files, \n",
"# including deleting the previously tracked files\n",
"# Does not add untracked files\n",
"!git add -u\n",
"\n",
"# Delete files and stage them\n",