forked from jakupovic/pythonecho
-
Notifications
You must be signed in to change notification settings - Fork 0
alphamule/pythonecho
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Global setup:
Download and install Git
git config --global user.name "Your Name"
git config --global user.email jakupovic@gmail.com
Next steps:
mkdir pythonecho
cd pythonecho
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:jakupovic/pythonecho.git
git push origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:jakupovic/pythonecho.git
git push origin master
Importing a Subversion Repo?
Click here
When you're done:
Continue
About
python echo using web.py
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%