[GIT] Git flow Error
Error: Not a gitflow-enabled repo yet. Please init git flow Error: Please have a look at the Version Control console for more details feature로 작업하던걸 finish하려니깐 위같은 에러가 뜸. 알보니깐 로컬에 master branch를 전에 실수로 삭제했나봄... 그래서 Git Flow 형태가 이상해져서 finish작업을 할 수 없었던것. 다시 커맨드창에 git flow init 을 치면 (나는 git bash에서 작업) release완 연결 시킬 브런치 명을 입력하라고 하는데(맞나?) master branch랑 다시 연결시켜주면 문제 해결됨.