github.com-hanaokaDev 설정: 이전글 https://saiba-midori.tistory.com/9 참고
mkdir myDirectory
or
cd myDirectory
git init
git config --local user.name hanaokaDev
git config --local user.email hanaoka2481@gmail.com
git remote add origin git@github.com-hanaokaDev/hanaokaDev/{repoName}.git
// 주의: github.com-hanaokaDev 빼먹지말기
git push --set-upstream origin master
'Development > 개발일지' 카테고리의 다른 글
[JIRA] Github for Jira와 연동 (1) | 2025.01.04 |
---|---|
[MINGW] Windows VSCode에서, 각각 Repository가 서로 다른 public key 를 가지고 git commit, git push 되게끔 설정하기 (0) | 2024.12.25 |
[개발노트] WSL2 gvim 폰트키우기 (0) | 2024.10.28 |
[개발노트] WSL 에 gvim 설치하기 (0) | 2024.10.12 |
[개발노트] 로컬에 git 계정 여러개 사용하기 (2) | 2024.10.12 |