Sunday, September 25, 2011

Start with git

I have chosen popcorn as the topic for my project.
so first, I clone annasob's popcorn-js from git, and there is no problem in this step.
I took a quick look at the codes, but it seems not easy to understand in few minutes, so I left them their, and continue to try push.
but i'm stuck at this step, it always said permission deny(publickey), i'm trying to figure out what's that mean
After this little try, I compare git with svn,and find git has a big advantage, that is branch.
branch makes git very flexible, we can do different work in different branch at same time, but not affect each othet. For example, we are developing a prject, but a bug is reported, we can pause our work in hand to fix the bug, and then continue the develoment.

1 comment:

  1. Hey man,

    Instead of forking off of annasob ( our old release manager ), you should fork off of Chris or cadecairos on irc.

    Here is a link to his repo:
    https://github.com/cadecairos/popcorn-js

    Also you should not clone from them, you should there repo, then clone your remote. You will not be able to push to someone else's remote repo unless they give you permissions to do so.

    Come into irc if you are having any issues and we will get you up and running ( irc.mozilla.org #popcorn )

    Hope to see you there! :)

    ReplyDelete