最終更新:2017-01-05 (木) 16:08:11 (2667d)  

.git/config
Top / .git / config

  • [core]
    	repositoryformatversion = 0
    	filemode = false
    	bare = false
    	logallrefupdates = true
    	symlinks = false
    	ignorecase = true
    	hideDotFiles = dotGitOnly
    [remote "origin"]
    	url = git@github.com:hoge/hello-world.git
    	fetch = +refs/heads/*:refs/remotes/origin/*
    	puttykeyfile = C:\\Users\\hoge\\.ssh\\github.ppk
    [branch "master"]
    	remote = origin
    	merge = refs/heads/master
    

GitHub

SSH

  • [remote "origin"]
    	url = git@github.com:user/hoge.git

HTTPS

  • [remote "origin"]
    	url = https://github.com/user/hoge.git