diff --git a/commands/misc.ipynb b/commands/misc.ipynb index fa60afc..60c30ea 100644 --- a/commands/misc.ipynb +++ b/commands/misc.ipynb @@ -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",