Skip to content

Instantly share code, notes, and snippets.

@bougui505
Created March 18, 2014 06:33
Show Gist options
  • Save bougui505/9614647 to your computer and use it in GitHub Desktop.
Save bougui505/9614647 to your computer and use it in GitHub Desktop.
git config with specified uploadpack (git-upload-pack) and denyCurrentBranch set to warn to push on checked out branch
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[receive]
denyCurrentBranch = warn
[remote "ishikawa"]
url = ishikawa:/Bis/home/bougui/presentations/doc_20140317_audition-Pasteur
uploadpack = /c5/shared/git/1.7.6/bin/git-upload-pack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment