git
![[git] To push the current branch and set the remote as upstream, use ...](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbFanDj%2Fbtr8uRmy9eX%2F7fmwNf9iCbKRK8vHhl4vh1%2Fimg.png)
[git] To push the current branch and set the remote as upstream, use ...
fatal: The current branch feature/2 has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin feature/2 로컬에는 있는데 원격에는 feature/2 라는 브랜치가 없다는 뜻! 그래서 만들고 그곳에 push하는 명령어를 입력하라고 뜨는 것 똑같이 쳐주면 된다.