In Coding Projects,Molokoloco | 15:01 - 29 Jan 2011
That was not SO easy… but i have my first GITHUB online…
https://github.com/molokoloco/FRAMEWORK/ :)
For now you can browse source code for my Wallify jQuery plugin…
To install GIT I have done this : “An Illustrated Guide to Git on Windows” (only for SSH executable, i have let default ssh.exe that comes with GIT… for some trouble)
To create your own repository, go into your online “Dashboard“ and click “New repository”
Next, on your computer…
Global setup:
Download and install GIT (Already done) git config --global user.name "molokoloco" git config --global user.email molokoloco@gmail.com git config --global github.user myname git config --global github.token [[API TOKEN]] Create your ssh and public keys.. http://help.github.com/msysgit-key-setup/Next steps:
mkdir FRAMEWORK cd FRAMEWORK git init touch README git add README git commit -m 'first commit' git remote add origin git@github.com:molokoloco/FRAMEWORK.git git push origin masterExisting Git Repo?
cd existing_git_repo git remote add origin git@github.com:molokoloco/FRAMEWORK.git git push origin masterImporting a Subversion Repo?
Click hereWhen you’re done:
Continue
Git wiki are here : https://git.wiki.kernel.org
And there : http://help.github.com
Good luke walker !
MyBookReadR | The RSS Wall | Carousel slider | Fast web start | Try it :)
My latest sources and sheets :
Github sources | Personnal wiki | jsFiddle example | WebDev bookmark