Moving My Project from Google Code to Github (0)

Bismillah

Start from tonight, I just want to learn Git because the reasons written here. And, for those reasons, I must start from the scratch. I decide to learn git from now because I'm afraid I'll eat too much svn so it will be more and more difficult to me learning something new..

Okay, here we go.. I just want to make it simple.
0. Create git account on github
1. Tell github your public ssh key. Yes, it is in your ~/.ssh/id_dsa.pub
2. Create your first new repository. Easy.
3. $ sudo apt-get install git git-core
4. $ git config --global user.name "Prabowo Murti"
5. $ git config --global user.email myemail@gmail.com
6. Make your own repository in your hard drive. Change directory to it..
7. $ git init && git add .

That's it.. Ready for the next steps

Tidak ada komentar:

Posting Komentar

speak now or forever hold your peace

About Me