일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- es6
- window
- R
- hadoop
- react
- Kotlin
- 공정능력
- table
- Python
- NPM
- Java
- Express
- Sqoop
- GIT
- JavaScript
- plugin
- Eclipse
- mybatis
- 보조정렬
- Spring
- tomcat
- MSSQL
- SQL
- Android
- SPC
- mapreduce
- xPlatform
- vaadin
- SSL
- IntelliJ
- Today
- Total
목록GIT (9)
DBILITY
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을 사용하는 방법을..
project생성 후 .idea를 제외하기 위해 .gitignore에 추가해도 동작이 이상할 때가 있었다. 다음과 같이 조치하였다. 물론 구글링을 통해 알게 되었음. git rm -r --cached . git add . git commit -m "gitignore reconfigure"
https://backlog.com/git-tutorial/kr/ 누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog 누구나 쉽게 알 수 있는 Git에 입문하신 것을 환영합니다. Git을 사용해 버전 관리를 할 수 있도록 함께 공부해봅시다! backlog.com 윈도우서비스 등록시 nssm으로 하는데 속이 편하다. RUN_USER에는 HOSTNAME을 입력.
gogs.io/ Gogs: A painless self-hosted Git service A painless self-hosted Git service. Install Now Try a Demo gogs.io https://gogs.io/docs/installation/run_as_windows_service Run As Windows Service - Gogs gogs.io
https://gitforwindows.org/ Git for Windows Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA gitforwindows.org