Skip to content

Instantly share code, notes, and snippets.

@LeSpocky
Created July 29, 2015 07:00
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 LeSpocky/374fc4cbc323f55b6ea9 to your computer and use it in GitHub Desktop.
Save LeSpocky/374fc4cbc323f55b6ea9 to your computer and use it in GitHub Desktop.
git config für ptxdist
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "upstream"]
url = http://git.pengutronix.de/git/ptxdist.git
fetch = +refs/heads/*:refs/remotes/upstream/*
[branch "master"]
remote = origin
merge = refs/heads/master
[format]
signoff = true
[sendemail]
to = ptxdist@pengutronix.de
confirm = auto
multiedit = false
[remote "origin"]
url = git@github.com:LeSpocky/ptxdist.git
fetch = +refs/heads/*:refs/remotes/origin/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment