항상 헷갈려서 메모 겸 적어 본다.
우선 디렉토리를 먼저 만든다.
mkdir testProject
그리고 testProject안에 들어가서 다음과 같이
git init으로 empty를 만든다. 그리고
cd .git
다음에
git --bare init
하자.
Subscribe to:
Post Comments (Atom)
Task in UnrealEngine
https://www.youtube.com/watch?v=1lBadANnJaw
-
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...
-
When we use DrawDebugSphere function for debugging, it is working well but when you are trying to use it in anim node's function it will...
-
If you press a key 'L' in the jupyter notebook then you can see the line number in the editor.
No comments:
Post a Comment