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/내브랜치명
'Basic' 카테고리의 다른 글
메모리의 구조 (0) | 2022.03.08 |
---|---|
YAML / JSON / XML (0) | 2020.09.16 |