Tag Archives: github

Sistema de busca – Monografia 2011 adicionada em GitHub

Aplicação Simples de busca para demonstração da Web Semântica Adicionada no repositorio do GitHub para todos conhecerem a tecnologia…

Projeto Básico da Monografia 2011 adicionado em GitHub

Continue reading Sistema de busca – Monografia 2011 adicionada em GitHub

O Caminho Certo github pra não esquecer mais!!

Projeto exemplo “getna”;

Esses comandos foram feitos no repositório de local para um branch chamado working:

P1-$ git clone git://github.com/LuizCarvalho/getna.git
P2-$ cd getna
P3-$ git branch --track master origin/master
P4-$ git branch working master
P5-$ git checkout working
P6-$ git remote add working git@github.com:LuizCarvalho/getna.git
P7-$ git fetch working
P8-$ git push working working:refs/heads/working
P9-$ git config branch.working.remote working
P10-$ git config branch.working.merge refs/heads/working

Continue reading O Caminho Certo github pra não esquecer mais!!