익히 알다시피 Windows 에서는 line ending으로 CR(Carriage-Return, \r)과 LF(Line Feed, \n)을 사용하고 Unix 나 Mac OS 는 LF 만 사용한다.이는 상당히 골치아픈 문제를 발생시킨다. 실제 코드는 변경된 게 없는데 소스의 CR/LF 때문에 변경으로 착각하여 commit 을 하게 될 수 있으며 변경 로그를 보거나 merge 마다 문제가 될 소지가 있다.이런 문제를 방지하기 위해 OS 가 달라도 문제가 없도록 crlf 처리 방법을 결정해야 한다. git config --global core.autocrlf truegit config --global core.autocrlf inputgit config --global core.autocrlf falsegit..
Switching remote URLs from SSH to HTTPSOpen Terminal.Change the current working directory to your local project.List your existing remotes in order to get the name of the remote you want to change.git remote -vorigin git@github.com:USERNAME/REPOSITORY.git (fetch)origin git@github.com:USERNAME/REPOSITORY.git (push) Change your remote's URL from SSH to HTTPS with the git remote set-url command.git..
한국소프트웨어산업협회https://career.sw.or.kr/
http://prolite.tistory.com/620 진심 이건 공유해야 한다.
https://wikidocs.net/191 단계와 목차별로 잘 나누어져 있고 따라 읽기 쉽고 가독성이 좋다.
- Total
- Today
- Yesterday
- floating button
- 정규식
- node관리
- tree로만들기
- Apach
- 메뉴관리
- Tomcat
- 위잇딜라이트
- 토라식당
- server.xml
- SQL
- 맥
- 최고심
- 이클립스
- 성수밥
- 터미널
- input
- 조직도관리
- Eclipse
- 르프리크
- 아파치
- html
- 성수뚝떡
- Oracle
- 오라클
- 힘냉면록
- Mac
- 톰캣
- Lalavel
- jstree
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |