-
Notifications
You must be signed in to change notification settings - Fork 0
andersonvom/misc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Global setup: Set up git: http://help.github.com/set-up-git-redirect git config --global user.name "Author Name" git config --global user.email user@email.com Next steps: mkdir misc cd misc git init touch README git add README git commit -m 'first commit' git remote add github git@github.com:andersonvom/misc.git git push -u github master Existing Git Repo? cd existing_git_repo git remote add github git@github.com:andersonvom/misc.git git push -u github master Importing a Subversion Repo? https://github.com/andersonvom/misc/imports/new When you're done: https://github.com/andersonvom/misc
About
misc
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published