Basic
이클립스 Branch Pull Error
Study-note
2020. 10. 5. 16:55
Git 퍼스펙티브 > 원격저장소 우클릭 > Properties > Configuration 에서 Open을 클릭한다.
Wiindow - showview - other - git - Git Repositories > 창에서 우클릭 > Properties - Configuration - Open(loaction창 옆 버튼)
[core]
repositoryforamtversion = 0
filemode = true
logallrefupdates = true
[remote "origin"]
url = https:// github.com/레파지토리 주소
push = ref/heads/*:refs/heads/* <추가>
fetch = +refs/heads/*:refs/remotes/origin/*< maste->*으로 변경>
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "내브랜치명"]
remote = origin
merge = refs/heads/내브랜치명