반응형
250x250
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 |
Tags
- chartjs
- AWS CI/CD 구축하기
- VPN
- Python
- IntelliJ
- SQL
- chart.js
- java bigdecimal
- PostgreSQL
- 도커
- Spring
- Spring Error
- codedeploy error
- codebuild
- COALESCE
- Airflow
- aws
- codedeploy
- or some instances in your deployment group are experiencing problems.
- Kafka
- Jenkins
- bootstrap
- docker
- redis
- aws cicd
- kubeflow
- JavaScript
- node
- codepipeline
- Flux
Archives
- Today
- Total
목록git clone remote 차이 (1)
Small Asteroid Blog
git clone remote 차이
git clone은 git에 만들어져있는 repository 를 처음의 상태로 가져오는 것이다. 예를들어 git에 board 란 이름의 저장소가 존재할때 C:\Users\Intellij 폴더에서 git clone을 작업하면 C:\Users\Intellij\board 폴더가 생기고 board가 연결된다. git remote 는 내가 작업하고 있는 프로젝트를 git에 있는 repository에 연결하기 위해 사용하는 명령어이다. C:\Users\Intellij\board 에서 프로젝트를 작업하고 있는데 git 저장소와 연결하고 싶을 때 C:\Users\Intellij\board 경로에서 git init 깃을 초기화 시켜준다 git remote add origin 깃저장소주소 명령어를 진행하면 깃 저장소와 내..
도구/Git
2021. 5. 7. 11:20