Skip to content

zungun/PoseCure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

//사용자의 자세를 교정하는 프로그램입니다

sudo apt-get update

  • 한글 관련 모듈
  1. 라즈베리파일 한글 깨짐
  • sudo apt-get install fonts-unfonts-core -> 재부팅
  1. 에디터에 한글을 사용하기 위함
  • sudo apt-get install fcitx-hangul

  • im-config -n fcitx -> 재부팅

  • git 사용법

  1. 설치
  • sudo apt install git-all
  1. 저장소 복제
  1. branch 생성
  • git checkout -b <branch 이름>
  1. 스테이징 영역에 추가 add
  • git add .
  1. 로컬 저장소에 커밋 commit
  • git config --global user.name "NAME"
  • git config --global user.email "EMAIl"
  • git commit -m "message"
  1. 리모트 저장소에 푸시 push
  • git push origin
  1. master branch에서 pull
  • git pull origin master

PoseCure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors