Skip to content

apiarya/simplewebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 

Repository files navigation

https://github.com/swapsapar/simplewebapp

Global setup:

 Set up git
  git config --global user.name "FN LN"
  git config --global user.email abc#xyz.com
      

Next steps:

  mkdir simplewebapp
  cd simplewebapp
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:swapsapar/simplewebapp.git
  git push -u origin master
      

Existing Git Repo?

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

Importing a Subversion Repo?

  Click here
      

When you're done:

  Continue



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published