Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Version 1
- [remote "development"]
- url = http://username:password@<hostname>/git-http/${name}.git
- push = +refs/heads/*:refs/heads/*
- // Version 2 with .netrc
- [remote "development"]
- url = http://<hostname>/git-http/${name}.git
- push = +refs/heads/*:refs/heads/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement