[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Git is up to date with cvs
From: |
Jeremiah Benham |
Subject: |
Re: [Denemo-devel] Git is up to date with cvs |
Date: |
Thu, 08 May 2008 09:26:32 -0500 |
I forgot to add some links. Here is a cheat sheet guide to using git:
http://savannah.gnu.org/maintenance/UsingGit
Here is a nice html style ebook documentation:
http://linux.yyz.us/git-howto.html
I left this simple command out. I guess the update equivalent of doing
->cvs update -Pd is simply doing
git pull
Jeremiah
On Thu, 2008-05-08 at 09:12 -0500, Jeremiah Benham wrote:
> The git repository is not up to date (AFAIK) with cvs. Feel free to play
> around with it. I learned how to do a few things and after using it a
> little bit it really resonates with me. To check out:
>
> git clone ssh://address@hidden/srv/git/denemo.git
>
> replace $USERNAME with your username.
>
> git commit -a -m "update with cvs Thursday, May 08 2008"
>
> The checks every file for change and select the changed files for
> committing. The -m is the message. -a means everything.
>
> The after the files are marked for commitment then you do this:
>
> git push
>
> Jeremiah
>
>
>
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel
Re: [Denemo-devel] Git is up to date with cvs, Jean-René Reinhard, 2008/05/10