본문 바로가기
GIT/GitLab

gitlab에 branch 없을때 처음 올리기

by Rainbound-IT 2022. 5. 19.
반응형

git branch [브랜치명]

git add .

git commit -m [message]

git push 하면 에러발생함

fatal: The current branch TestFront has no upstream branch.

 

 

git push --set-upstream origin [브랜치명]

반응형

'GIT > GitLab' 카테고리의 다른 글

GitLab - 'pre-receive hook declined' 에러  (0) 2022.04.12

댓글