From 35583d626ca49c3dbd0d735318c72acd01ff5d58 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 18 Aug 2015 07:17:50 -0400 Subject: [PATCH] Tweaked descrtiption for git add -u. --- commands/misc.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",