www.coffeeheaven.com
localhost
git init touch hello.txt echo "Hola mundo" >> hello.txt git status git add hello.txt git commit -m "Commit inicial"
Area de trabajo
Staging
Repositorio comiteado
Working
Area
Committed
story1.txt
#crear una nueva rama git checkout -b hello_world #listar las ramas git branches #borrar rama git branch -d hello_world
master
Readme.md ## Hey!
Readme.md ## Hello!
Sara
Max
https://github.com/neowinx/stories.git
https://gitlab.com/neowinx/stories.git
https://bitbucket.org/neowinx/stories.git
Local Repository
~/.git
Remote Repository
https://.../.../[name].git
<html> <body> <h1>My Sitio Web</h1> </body> </html>
local
remote
By Pedro Flores
Developer, happy husband and now a happy father!