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 | 31 |
Tags
- Mustache
- createTextRange
- 에디터
- Java
- Federated Identity
- 404
- VanillaJS
- OAuth2
- SpringBoot
- Stream
- github
- Programming
- Django
- oauth
- AWS
- Python
- Visual Studio Code
- java8
- JavaScript
- TextRange
Archives
- Today
- Total
목록Visual Studio Code (2)
Harry's Blog
Visual Studio Code와 Github 연동 (Windows 10 기준) #2 : 깃허브 저장소로 작업 파일 push
1. push할 파일들 Staging 2. 깃허브에 성공적으로 commit되었는지 확인
Web/Javascript
2020. 5. 13. 18:21
Visual Studio Code와 Github 연동 (Windows 10 기준) #1
1. Git Bash 설치 https://git-scm.com/downloads 2. Git Bash 설치 후 실행 3. Visual Studio Code 실행 > 로컬 PC에서 Github 저장소를 저장할 폴더 선택 4. 상단 메뉴의 Terminal → New Terminal 선택 5. Github에서 Repository 가져오는 명령어 실행 > git config --global user.name 깃허브사용자명 > git clone 깃허브저장소URL 6. 연동 확인을 위해 Activity Bar의 Source Control을 클릭해서 확인해보자.
Web/Javascript
2020. 5. 13. 18:11