zhentan feng wrote:
> I just clone a repositories at
> http://gitorious.org/projects/libswscale/repos/zhentanFengs-clone-ForTest
> 
> then
> 1, I cloned the project of zhentanFengs-clone-ForTest to my local host.
> 2, I added a new file and did some changes on the file cs_test.c just for
> test.

as in

git add new_file
git add changed file
git commit

?

> 3, I run the git push command as:
> 
> git push [EMAIL PROTECTED]:libswscale/zhentanFengs-clone-ForTest.git  
> according
> to the web notes says.
> 
> And the server says:Everything up-to-date.
> 
> But nothing change happened on the web page.
> 
> I have read the git push help and still confused with the workflow of it.

the workflow usually is the following

stuff

git commit -m "stuff" thing I changed and are a commit

stuff

git commit -m "more stuff" -a

something else

git commit -m "other things" -a

git-format-patch -o /tmp/tobesent origin

git-send-email /tmp/tobesent

get replies from the usual people saying everything is ok

git push

lu

-- 

Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero

_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to