Re: [git-users] Re: Getting a branch's time of creation

2010-03-20 Thread Peter Shenkin
3) You have a branch "Branch2" which has been forked from "Branch1" and accumulated several commits since then, You want to identify the commit where you made the branch.. git merge-base Branch1 Branch2 -P. -- You received this message because you are subscribed to the Google Groups "Git for h

Re: [git-users] Question about git pull --rebase

2010-05-13 Thread Peter Shenkin
On Thu, May 13, 2010 at 12:14 PM, Rick DeNatale wrote: > I've accepted the warning that you shouldn't rebase a branch unless it > has never been pushed to a shared repository since it can wreak havoc > on others who have pulled the branch. > For clarity, if you check out a public branch that has

Re: [git-users] Is it possible to push to 2 or more remote repositories at the same time?

2010-06-07 Thread Peter Shenkin
On Mon, Jun 7, 2010 at 4:31 AM, vfclists wrote: > Is it possible to push to 2 or more remote repositories at the same > time? > > I only want to mirror the main repository, where most if not all the > pulls will come from. It's not clear what you mean by "the same time". If you mean "in the same

Re: [git-users] How do I create a checked out version in the update hook for pre-commit checks

2010-06-11 Thread Peter Shenkin
On Fri, Jun 11, 2010 at 5:22 AM, cdamian wrote: > I try to find a solution to replace subversion with git in our > company. One of the requirements we have are extensive checks before a > commit can land in the main branch of the central server. Check (or merge, or cherry-pick) your new commits i

Re: [git-users] Pipe a message into git tag

2010-06-19 Thread Peter Shenkin
On Sat, Jun 19, 2010 at 1:24 PM, Trans wrote: > I'm not a bash expert, so I need to ask, who can I "pipe" a message > into the git tag command? I have a program that will return my latest > release notes. > >  $ pom news >  ... message ... > > So I want to pipe that into git tag as the tag message

Re: [git-users] Re: Pipe a message into git tag

2010-06-19 Thread Peter Shenkin
On Sat, Jun 19, 2010 at 1:55 PM, Trans wrote: > LOL. Keeping abreast of the latest in XXX via command line. Love > it. ;-) The only problem is, it's hard to appreciate porn on the command line. That's why browsers were invented. :-) -P. -- You received this message because you are subscribed