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
- 404
- Mustache
- Python
- Stream
- Federated Identity
- Django
- oauth
- 에디터
- OAuth2
- github
- Programming
- java8
- Visual Studio Code
- TextRange
- AWS
- JavaScript
- createTextRange
- Java
- SpringBoot
- VanillaJS
Archives
- Today
- Total
목록Visual Studio Code (2)
Harry's Blog

1. push할 파일들 Staging 2. 깃허브에 성공적으로 commit되었는지 확인
Web/Javascript
2020. 5. 13. 18:21

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