Infra44 JIRA 설치 시 JDK 주의 사항 Oracle JDK를 깔아야 함 JIRA는 openJDK를 지원 안함! Confluence도 마찬가지겠지만~ 2016. 4. 21. Git bare repository sync git config --add remote.origin.fetch '+refs/*:refs/*' git fetch -v git fetch -v 2016. 4. 19. Two-factor authentication on Github How to set upSMS authentication is not supported.Korea is not supported countries for SMS Authentication Go to Link https://github.com/settings/securityClick Button "Set up two-factor authentication" Click Button "Set up using an app" Install "google OTP" and QR Code applicationsAndroid app : 바코드 스캐너IOS app : Duo Mobile Execute 바코드 스캐너 app and Scan OR Code on Web Site (https://github.com/setting.. 2016. 3. 30. Git Basic Command 파라미터 명 설명 예 add 인덱스에 파일을 추가한다 > git add doc/*.txt bisect 버그를 만들어낸 변화를 이진 탐색으로 검색한다 > git bisect start > git bisect bad > git bisect good v2.6.13-rc2 > git bisect visualize > git bisect view --stat branch 브렌치를 조회, 생성, 삭제한다 > git branch my2.6.14 v2.6.14 > git branch -d my2.6.14 checkout 현재 작업중인 브렌치를 인덱스와 일치하도록 원복시킨다 > git checkout master > git checkout hello.c clone 해당 저장소를 복사해서 새로운 디렉토리에 저장소를 생성한.. 2014. 9. 16. 이전 1 2 3 4 5 6 7 8 ··· 11 다음