[git-users] Re: Creating an initial git repository

2012-07-19 Thread PeterSteele
I had already figured that out as well. Thanks...

On Thursday, July 19, 2012 6:12:49 AM UTC-7, Tim Chase wrote:

 On 07/19/12 06:54, P Rouleau wrote: 
  I suggest to read http://hginit.org 

 that URL was failing for me.  I presume you mean 

   http://hginit.com 

 -tkc 




-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/bcVO3ZNQueQJ.
To post to this group, send email to git-users@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] Creating an initial git repository

2012-07-18 Thread PeterSteele
We're starting a new project and will be using git for our source code 
management system. We're all previous SVN users and have not used git 
before. I'm sure this question has been asked many times before and I 
apologize for asking it again: What is the convention for setting up a new 
project in git? In SVN, the convention is to call the main branch trunk 
and branches are created under a directory called branches (e.g. 
branches/1.0 for the first release branch). There is also a tags 
directory used for labeling key snapshots of the trunk (or even release 
branches), without actually creating a branch.

From what I've read, it appears that the convention is to call the main 
trunk master. Is this correct? What's the convention for release branches 
and tags? Are there any other git specific repository conventions that we 
should follow?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/YYswMiKM-98J.
To post to this group, send email to git-users@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.