Skip to content

anilpeechara/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== test

You should document your project here.


Global setup:
  Download and install Git
  git config --global user.name "Your Name"
  git config --global user.email [email protected]
        
Next steps:
  mkdir blog
  cd blog
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:anilpeechara/blog.git
  git push origin master
      
Existing Git Repo?
  cd existing_git_repo
  git remote add origin [email protected]:anilpeechara/blog.git
  git push origin master
      
Importing a Subversion Repo?
  Click here
      
When you're done:
  Continue

About

blog project for learning github technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published