To switch to your local master, all you should need is `git checkout
master`. Pull talks to the remote server, which is probably not what you're
after.
Tekkub
GitHub Tech Support
http://support.github.com/
Join us on IRC: #github on freenode.net
Discussion group: [email protected]
On Fri, Jun 5, 2009 at 8:31 AM, gialloporpora <[email protected]> wrote:
>
> Ok, I went to the wrong page:
> http://github.com/gialloporpora-ubiquity-commands
> instead of:
> http://gialloporpora.github.com/gialloporpora-ubiquity-commands/
>
> now it works.
> Now, I have in my local folder d:/git/gialloporpora-ubiquity-commands
> the html file, if I want to switch to the master branch my sources
> files I must give always these commands:
>
> git symbolic-ref HEAD refs/heads/master
> rm .git/index
> git clean -fdx
> git pull origin master
>
>
> is it true ? Or exist a better way (faster) to switch to my master
> branch ?
> Sandro
>
>
> On 5 Giu, 15:32, gialloporpora <[email protected]> wrote:
> > Now, I think to have created the gh-pages:
> http://github.com/gialloporpora/gialloporpora-ubiquity-commands/tree/...
> > It appears as branch on project page and it contains the file
> > index.html.
> >
> > but the page not exist yet:
> http://github.com/gialloporpora-ubiquity-commands
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---