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 Google App Engine
am new to google cloud while trying to clone this repo from github why we are including this -b phase0 what it is doing ? can anyone please explain me ?
Jordan (Cloud Platform Support)
unread,
Mar 24, 2017, 5:00:16 PM3/24/17
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 Google App Engine
When you supply the Git command option '-b' it is telling Git to clone a specific branch of the code (in your case the 'phase0-helloworld' branch) and not the HEAD main branch code. You can see the different branches of a Git repository in the branches tab.