GIT PUSH
git add .
git status // listed as green characters
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git commit -m "first commit"
git status // nothing to commit
git remote add origin "GITHUB URL"
git remote -v // figure out origin address
git push origin master
git reset HEAD .
GIT CLONE
git clone --branch master "GITHUB URL"
+ cd app
+ npm i
+ npm i nodemon
+ create "env."
PersonalColor Test Guide (0) | 2024.02.24 |
---|---|
Application Build w/ react-native, expo (0) | 2024.02.14 |
시스템 환경변수 설정 / path (0) | 2024.01.26 |
메모장 활용 Windows 작업 스케줄러용 배치파일 생성 / python .py 프로그램 자동 운영 관련 (0) | 2024.01.26 |
작업 스케줄러 활용 자동 프로그램 운영 / Windows (0) | 2024.01.26 |