Re: [git-users] What is the gitignore syntax for ignoring a directory pattern at any level

2010-08-10 Thread Joe Hassick
Try just lib/

Joe Hassick
Web Developer
Pencor Services, Inc.

On Aug 10, 2010, at 6:12 PM, vfclists vfcli...@gmail.com wrote:

 
 I need to create a .gitignore entry that excludes lib folder
 irregardless of their level.
 
 Will */lib do that?
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Git for human beings group.
 To post to this group, send email to git-us...@googlegroups.com.
 To unsubscribe from this group, send email to 
 git-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/git-users?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Developing Wordpress plugins

2010-08-10 Thread Daniel Trezub
Hi, you all :)

I've just started using git last week, and I am still learning a lot. This
means I am still messing with my trees a lot, too :)

I am trying to mantain a Wordpress website. So I want to use git to keep my
wordpress installation up-to-date, as described in this post (
http://cad.cx/blog/2010/06/21/svn-is-so-wordpress-2-0-using-git-to-manage-a-wordpress-3-0-installation/).
I am using git in a private and offline repo.

At the same time, I am developing mainly two plugins for this site. They are
kept in the sub-dirs /plugins/feed and /plugins/site-list.

What I did until now is:
 cd /wordpress
 git init
 git add .
 git commit -m 'wordpress 2.9.2'

No problem here, until now.

My question is regarding the plugins in development: what is the best way to
track them inside this dir using git? I was thinking about making two dev
branches, one for the feed plugin and another for the site-list plugin, so I
can develop them separatedly. The problem is: I have no idea how I can keep
my main wordpress installation up-to-date with the changes in both plugins,
once they are tested and commited.

Any ideas, tips, whatever? :)

Thanks a lot!

=
Daniel Trezub
http://www.gameblogs.com.br

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.