INTRO git fetch와 pull 차이 1. git fetch : 별도 병합(merge) 필요 git:([branch])$ git fetch origin 원격저장소 commit 파일을 로컬저장소로 가져온다. 원격저장소와 로컬저장소의 변경된 내용을 확인할 수 있다.(origin/[branch], branch는 master, main, ...) git:([branch]$ git log --decorate --all --oneline 변경된 내용 확인 후 merge하면 git pull과 동일해진다. git:([branch])$ git merge origin/[branch] 2. git pull : git fetch와 git mergy를 실행한 것과 동일 git:([branch])$ git pull ori..

INTRO 0-1. GitHub 가입 : GitHub 가입 및 git commit/push 0-2. [YourGitHubUsername].github.io 생성 : github.io 블로그 생성 0-3. github.io jekyll bundler 적용 : github.io jekyll bundler 설치 및 git push 적용 1. 개발서버 실행 chirpy-theme 적용 2. chirpy-theme 수정 3. github.io git push 적용 및 page 설정 1. 개발서버 실행 theme 적용 jekylltheme 사이트 : http://jekyllthemes.org/ 선택한 테마 chirpy : http://jekyllthemes.org/themes/jekyll-theme-chirpy/ ..

INTRO 0-1. GitHub 가입 : GitHub 가입 및 git commit/push 0-2. [YourGitHubUsername].github.io 생성 : github.io 블로그 생성 1. jekyll bundler 설치 및 개발서버 실행 2. github.io git push 적용 1. jekyll bundler 설치 및 개발서버 실행 $ gem install jekyll bundler $ jekyll -v jekyll 4.2.1 - [YourGithubID].github.io directory 이동 - 기존 index.html 있다면 제거 : rm -r index.html jinozpersona.gihub.io $ jekyll new ./ Running bundle install in /U..

INTRO GitHub 회원가입 / repository 생성, (macOS) git 설정 / commit/push : 이전 글 확인 github.io repository 생성 index.html 생성 및 commit/push : hello github.io blog 1. github.io repository 생성 - Repositoty name 부분에 jinozpersona.github.io 형태로 생성 : Owner(username)과 동일하게 [username].github.io 생성 2. index.html 생성 및 commit/push git directory 생성 및 이동 $ mkdir jinozpersona.github.io $ cd jinozpersona.github.io git config..

INTRO GitHub 회원가입 GitHub repository 생성 (macOS) git 설정 (macOS) git commit/push GitHub repository 확인 1. GitHub 회원가입 및 Repository 생성 GitHub site : https://github.com/ 우측 상단 회원가입 : Sign up 클릭 로그인 : Sign in Username or email address Password 리포지터리 생성 repositories >> New Owner / Repository name - [username] / [repository name : 생성할 리포지터리 이름] 형태로 작성 - Public/Private - Initialize this repository with: 3..
RaspberryPi update [raspi]$ sudo apt update [raspi]$ sudo apt upgrade : Do you want to continue?(Y/n) y # 상세 초기 셋팅 참고 : (macOS)[Raspberry Pi] Raspbian OS 설치 및 기본 설정 # wi-fi / SSH 셋팅 참고 :(macOS)[Raspberry Pi] Raspbian wi-fi 및 SSH 설정 # 고정 IP 셋팅 참고 :(macOS)[Raspberry Pi] Raspbian wi-fi 고정 ip 및 외부접속 설정 # RaspberryPi 새로운 IP 환경 기존 셋팅 변경 참고 :(macOS)[Raspberry Pi] wi-fi 설정 및 ssh 접속 - 기존 환경 접속 git settin..

INTRO Heroku 배포 전 사전 준비에서 localhost의 project를 일부 수정하여 GitHub 저장소에 배포하였다. 이전 포스트 https://jinozblog.tistory.com/15를 참고하면 된다. - Heroku, GitHub 회원가입 및 설치 - jinozblog2019/jblog/settings.py 재설정 - .gitignre 생성 및 git add/commit/push 다음은 git 저장소에서 Heroku에 push할 차례이다. localPC project -> git 저장소 -> Heroku 먼저 git remote에 heroku를 추가하자. $ heroku login $ heroku git:remote -a jinozblog2019 $ git remote -v herok..

1. Heroku : PaaS(Platform as a Service) cloud database 제공, PostgreSQL 회원가입 및 app 생성 : jinozblog2019 https://dashboard.heroku.com/apps Heroku CLI 설치 https://devcenter.heroku.com/articles/heroku-cli $ brew tap heroku/brew && brew install heroku 2. GitHub : website에 올릴 파일 관리를 위한 원격 저장소 회원가입 및 Repositories(저장소) 생성 https://github.com/ Repository name : jinozblog2019 Initialize this repository with a ..
- Total
- Today
- Yesterday
- MacOS
- Regression
- pyserial
- Raspberry Pi
- sublime text
- server
- git
- Django
- vscode
- analysis
- 라즈베리파이
- 코로나
- Model
- 자가격리
- Templates
- ERP
- raspberrypi
- template
- arduino
- SSH
- 코로나19
- Python
- r
- DAQ
- Pandas
- CSV
- github
- COVID-19
- DS18B20
- 확진
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |