view · edit · sidebar · attach · print · history

<< Log | Index | SSH >>

Netrc and Github

vim ~/.netrc
chmod 600 ~/.netrc
cd where_you_keep_your_code
perl -i.bak -ple 's{git\@github\.com:}{https://github.com/}' */.git/config
perl -i.bak -ple 's{username\@}{}' */.git/config
view · edit · sidebar · attach · print · history
Page last modified on April 03, 2012, at 06:19 PM