This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Overall | |
| - Missing $ at the beginning of some commands | |
| Git Remove is confusing: | |
| - Looks just like the examples you actually run, but you're not supposed to. | |
| Using .gitignore to Ignore Files | |
| - When you do touch tomatos.txt and then run git status, it doesn't show the banan.txt that is still in the folder | |
| - Again, after adding tomatos.txt to the .gitignore file, further git statuses shows the banana.txt file needing to be dealt with | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // WeekOneViewController.m | |
| // weekone | |
| // | |
| // Created by Jeffrey Nixon on 6/6/14. | |
| // Copyright (c) 2014 Jeff Nixon Creative. All rights reserved. | |
| // | |
| #import "WeekOneViewController.h" |