saumelong / fork

Proyecto de prueba para escribir los artículos relacionados con forks en aprendegit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request Tutorial

Comandos para trabajar con forks:

git remote add upstream https://github.com/whoever/whatever.git (añadir al git remote el repositorio original)

git fetch upstream (actualizar el fork)

git checkout master (cambiar a la rama master)

Hacer cambios aquí

git rebase upstream/master (añadir commits)

git push -f origin master (actualizar tu repositorio)

About

Proyecto de prueba para escribir los artículos relacionados con forks en aprendegit.com


Languages

Language:Ruby 58.8%Language:HTML 30.3%Language:CSS 4.7%Language:PHP 3.6%Language:JavaScript 1.6%Language:CoffeeScript 1.1%