Advertisement
philippxp

replication.config

Aug 18th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // Version 1
  2. [remote "development"]
  3. url = http://username:password@<hostname>/git-http/${name}.git
  4. push = +refs/heads/*:refs/heads/*
  5.  
  6. // Version 2 with .netrc
  7. [remote "development"]
  8. url = http://<hostname>/git-http/${name}.git
  9. push = +refs/heads/*:refs/heads/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement