-
Notifications
You must be signed in to change notification settings - Fork 1
justinwiley/charm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple, pretty, geo-tagging blog, a story in many parts.
______github creation______
Global setup:
git config --global user.email justin.wiley@gmail.com
Next steps:
mkdir test
cd test
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:justinwiley/test.git
git push origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:justinwiley/test.git
git push origin master
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published