This is our repo for our new project named Sample.net.
Here are the steps to configure this project on to your local machines.
git config user.name <<User Name>>
git config user.email <<User Email>>
mkdir sampledotnet
cd sampledotnet
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:harishv/sampledotnet.git
git push -u origin master
cd existing_git_repo
git remote add origin [email protected]:harishv/sampledotnet.git
git push -u origin master
Please contact me for further clarifications.