# author: Joerg Heinemann
# website: http://enterprise-log-management-appliance.org
# license: GPL v3
#
# ~/.netrc
#

# ######### Set github.com project repository #########
#
# For github.com Git repositories, you can add the following line to your .netrc file
# recording your password for each repository domain you have commit access to.
# Make sure you have set the permissions on .netrc so that only your user account can read it.
#
machine github.com login your-github-member-UID password your-github-member-UID-password