728x90

새로운 저장소 생성

echo "# mybatis-demo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M 'master'
git remote add origin git@github.com:luxury515/mybatis-demo.git
git push -u origin 'master'

로컬저장소 —> 원격저장소에 push

git remote add origin git@github.com:luxury515/mybatis-demo.git
git branch -M 'master'
git push -u origin 'master'


내저장소 바로가기 luxury515

'Dev-Tools > git' 카테고리의 다른 글

git install  (0) 2023.04.14
ssh key 쌍 생성  (0) 2023.04.14
git 현재 로컬프로젝트 원격저장소 push  (0) 2023.04.14
sourceTree  (0) 2023.04.13
SSL Key Update 로 인한 git pull 실패시!  (0) 2023.04.13

+ Recent posts