Skip to content

intel-fit/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

운동/식단 영양 분석 프로그램

backend project

Git 명령어

git init   #git 저장소 초기화, .git 파일 생성
git remote add origin https://github.com/intel-fit/back-end.git  #원격 저장소 연결
git pull origin dev

git checkout -b <브랜치명>   #로컬 브랜치 생성하면서 이동
git checkout <브랜치명>      #로컬 브랜치 이동

git add <파일명?>
git commit -m "커밋 메시지"
git push -u origin <브랜치명>   #로컬 브랜치를 원격에 생성하면서 커밋 사항 푸쉬
git push            #동기화된 원경-로컬 브랜치에서 로컬 변경사항 반영하면서 자동 반영

git rebase origin/dev
git revert 

About

backend project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages