Skip to content

휠체어를 사용하는 사회적 취약 계층을 위한 정보 제공 앱

Notifications You must be signed in to change notification settings

indextrown/ChairFriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChairFriend

  • 휠체어를 사용하는 사회적 취약 계층을 위한 정보 제공 앱
Simulator Screen Recording - iPhone 15 Pro Max - 2024-07-12 at 20 07 43
iOS
Simulator Screen Recording - iPhone 15 Pro Max - 2024-07-12 at 17 58 27
Android

⏲️ 개발 기간

  • 2024.06.25 ~

🧑‍🤝‍🧑 개발자 소개

  • 김동현 : iOS 개발, Server 구축
  • 전지훈 : Android 개발
  • 이준태 : Android 개발
  • 이진혁 : Android 개발

⚙️ 기술 스택

  • 아이디어 회의 : Discord, Github

android pull

git init ChairFriend
cd ChairFriend
git remote add origin https://github.com/indextrown/ChairFriend.git
git config core.sparseCheckout true
echo "Android/*" >> .git/info/sparse-checkout
git pull origin main

android push

git add Android/* 
git commit -m "Update Android folder"
git push origin main

branch

git clone https://github.com/indextrown/ChairFriend.git 브랜치명
git checkout -b '브랜치명'  // 이건 최초 한번만
git add .
git commit -m "브랜치명: 하고싶은말"
git push origin 브랜치명

항상 코드를 업로드 하기 전에 main 코드랑 동기화 필요

//  코드 정리
git add .
git commit -m "하고싶은말"
// main코드로부터 새로운 코드를 받아온다
git pull origin main
git push origin 자기브랜치명

에러 발생시

git pull origin 자기브랜치명 --rebase

에러 관련 링크

https://stackoverflow.com/questions/34118404/what-i-can-do-to-resolve-1-commit-behind-master

About

휠체어를 사용하는 사회적 취약 계층을 위한 정보 제공 앱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published