Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
Tags
- mybatis
- MSSQL
- NPM
- mapreduce
- R
- xPlatform
- Sqoop
- Express
- vaadin
- IntelliJ
- Eclipse
- hadoop
- Spring
- react
- GIT
- plugin
- tomcat
- Python
- 보조정렬
- Java
- table
- window
- JavaScript
- SSL
- es6
- Kotlin
- SPC
- 공정능력
- SQL
- Android
Archives
- Today
- Total
728x90
목록2022/06/08 (1)
DBILITY
git local repository creation
intellij를 사용하는데, 어쩌다 보니 프로젝트명도 바꾸고 디렉토리명도 바꾸고 하다가 git repository(.git)을 삭제하게 되었다. tortoise git ide만 쓰다보니 명령어로 생성하는 건 기억도 나지 않는다. 생성하고자 하는 디렉토리내에서 git init → git add . → git commit -m "init" 입력하면 된다. 자세한 내용들은 다음을 참고하자. https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-Git-%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0 Git - Git 저장소 만들기 2.1 Git의 기초 - Git 저장소 만들기 Git을 사용하는 방법을..
intellij
2022. 6. 8. 10:23
728x90