-
Notifications
You must be signed in to change notification settings - Fork 0
apiarya/simplewebapp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published