일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Web Server
- javascript
- jenkins
- devops
- db
- Gradle
- linux
- ReactJS
- elasticsearch
- Spring Batch
- jsp
- Spring
- laravel
- JVM
- it
- IntelliJ
- ubuntu
- Spring Boot
- Design Patterns
- java
- Oracle
- redis
- Git
- MySQL
- php
- 요리
- 맛집
- AWS
- tool
- springboot
Archives
- Today
- Total
아무거나
생성되어있는 프로젝트 github에 push 본문
반응형
ex) github repo 이름이 deploy일때
echo "# deploy" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/bkjeon1614/deploy.git
git push -u origin master
반응형
'Infra > Git & SVN' 카테고리의 다른 글
커밋 로그 확인 방법 (0) | 2019.03.08 |
---|---|
되돌리기 명령어 정리 (0) | 2019.03.08 |
branch 삭제 (0) | 2019.03.08 |
git status에 deleted 된 파일들 한번에 지우고 반영하기 (0) | 2019.03.08 |
warning: LF will be replaced by CRLF in 에러 (0) | 2019.03.08 |
Comments