Skip to content

Instantly share code, notes, and snippets.

View JeffNixonCreative's full-sized avatar

Jeff Nixon JeffNixonCreative

View GitHub Profile
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
//
// WeekOneViewController.m
// weekone
//
// Created by Jeffrey Nixon on 6/6/14.
// Copyright (c) 2014 Jeff Nixon Creative. All rights reserved.
//
#import "WeekOneViewController.h"