mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Tweaked descrtiption for git add -u.
This commit is contained in:
parent
24862c9227
commit
35583d626c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user