From 11c025412b185935e3a54cadfe8a74607d37f34d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 25 Jul 2013 17:36:41 -0500 Subject: [PATCH] updated for flag git wanted me to add. --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index a4236302..daaa0924 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -106,7 +106,7 @@ function do_checkin() elif [ -d ".svn" ]; then svn ci . ; elif [ -d ".git" ]; then # snag all new files. not to everyone's liking. - git add . + git add --all . # tell git about all the files and get a check-in comment. git commit . # upload the files to the server so others can see them. -- 2.34.1