Kiyoung Moon
Sunday, April 14, 2013
git 새로운 프로젝트 만들 때
항상 헷갈려서 메모 겸 적어 본다.
우선 디렉토리를 먼저 만든다.
mkdir testProject
그리고 testProject안에 들어가서 다음과 같이
git init으로 empty를 만든다. 그리고
cd .git
다음에
git --bare init
하자.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Task in UnrealEngine
https://www.youtube.com/watch?v=1lBadANnJaw
Unity : FPS Microgame Analysis -1-
Unity released very good FPS example for people and I decided to analysis how they make this. Personally I wanted to show you how I analys...
(모음집) NSObjectCRuntime.h에서 오류가 나올 때
NSObjectCRuntime.h에서 오류가 나올 때 십중팔구 cpp파일의 속성을 objective c++로 설정하지 않아서 생기는 문제이다. 끝.
Unity : FPS Microgame Analysis -2-
Class: ProjectileBase As you can see, ProjectileStandard has a member of ProjectileBase. ProjectileBase has a UnityAction variable, wh...
No comments:
Post a Comment