Skip to content

Commit

Permalink
Merge pull request #29 from Ryan5732/master
Browse files Browse the repository at this point in the history
Pulling in a test change, to check for errors.
  • Loading branch information
Ryan5732 committed Oct 29, 2012
2 parents 14ac0ea + cc5ac1a commit 5d4dfb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ Currently under development by the 2012 CS469 Systems Analysis class.

Please see the Github "Wiki" documentation for further information.

Server Link: http://140.211.89.15/

Currently Experiencing Git Issues -- Stay Tuned

Update: Possibly Resolved?
Server Link: http://140.211.89.15/
4 changes: 3 additions & 1 deletion doc/build/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Build Team Notes

* If files are not showing up during commit creation with the command "git status", check _.gitignore_ for excluded files.

* ```git add .``` does not automatically include deleted files within the commit. Must use ```git add -u``` to commit deleted files/folders.
* ```git add .``` does not automatically include deleted files within the commit. Must use ```git add -u``` to commit deleted files/folders.

* We've had trouble with duplicate files, different cases... be careful. They can somehow corrupt git repositories...

0 comments on commit 5d4dfb9

Please sign in to comment.