Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bfchengnuo
Created October 25, 2017 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfchengnuo/461d917d549d26e3b906200ecfd74db1 to your computer and use it in GitHub Desktop.
Save bfchengnuo/461d917d549d26e3b906200ecfd74db1 to your computer and use it in GitHub Desktop.
每次push都需要输入地址太烦了
[core]
repositoryformatversion = 0
filemode = false
logallrefupdates = true
[remote "origin"]
url = https://git.oschina.net/xxxx/项目名.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment