Skip to content

Instantly share code, notes, and snippets.

@elizaaverywilson
Created July 10, 2014 02:03
Show Gist options
  • Save elizaaverywilson/a3ccb22cf9156b4b125f to your computer and use it in GitHub Desktop.
Save elizaaverywilson/a3ccb22cf9156b4b125f to your computer and use it in GitHub Desktop.
DEWs-Mac-Pro:Niknik ethen$ ls
Base.lproj Libraries NNAppDelegate.m NNConstant.m NiknikTests _Attack _GameSettings _Inventory _JoinView _Player history.txt
Images.xcassets NNAppDelegate.h NNConstant.h NNConstantTests.m Supporting Files _BoundaryLines _GameView _Items _MainMenuView _Store
DEWs-Mac-Pro:Niknik ethen$ ls _Items
NNDisclosureButton.h NNItem.h NNItemDescriptionTableViewCell.h NNItemDescriptionTableViewDataSource.h NNItemDescriptionUnit.h NNKnifeWeaponItem.h NNWeaponItem.h
NNDisclosureButton.m NNItem.m NNItemDescriptionTableViewCell.m NNItemDescriptionTableViewDataSource.m NNItemDescriptionUnit.m NNKnifeWeaponItem.m NNWeaponItem.m
DEWs-Mac-Pro:Niknik ethen$ git mv _Items/NNDislosureButton.h _ItemDescription/NNDisclosureButton.h
fatal: bad source, source=_Items/NNDislosureButton.h, destination=_ItemDescription/NNDisclosureButton.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment