You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Hello,
I'm in a group starting to use git flow. We are using Git-Flow AVH if that matters.
I did a git flow feature start <blah>, then some work and some commits and then git flow feature publish. All seems well.
I can see the feature on the remote.
But when someone else does git flow feature pull <blah> it does not work.
What is the magic?
Thanks.
Peter van der Does
unread,
Aug 25, 2012, 1:06:26 PM8/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
I just came back from vacation.
I'll get back to you in the next few days.
dav...@tower-mt.com
unread,
Oct 8, 2012, 12:34:16 PM10/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Victor,
First you have to set up your local repository to track that remote feature branch. Git flow provides help setting this up so just do a "git flow feature track <name>" and then a "git pull" from that feature branch should work.