git push -u 없이 자동으로 upstream 설정하기

ansunny1170·2023년 12월 5일
0

git/github

목록 보기
1/1

출처
How to configure git push to automatically set upstream without -u?

방법 1

참고문서

git config --global push.default current

방법 2

참고문서

git config --global -add -bool push.autoSetupRemote true
profile
공정 설비 개발/연구원에서 웹 서비스 개발자로 경력 이전하였습니다. Node.js 백엔드 기반 풀스택 개발자를 목표로 하고 있습니다.

0개의 댓글