Skip to content

harishv/sampledotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample.net

This is our repo for our new project named Sample.net.

Here are the steps to configure this project on to your local machines.

Local Config Setup

Setup git

git config user.name <<User Name>>
git config user.email <<User Email>>

Next steps

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

Existing Git Repo?

cd existing_git_repo
git remote add origin [email protected]:harishv/sampledotnet.git
git push -u origin master

Please contact me for further clarifications.

Harish Varada

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •