Pedro Flores
Developer, happy husband and now a happy father!
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
Staging
Committed
story1.txt
Working
Area
Staging
Committed
story1.txt
Working
Area
Staging
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
master
Readme.md
## Hey!
Readme.md
## Hello!
Sara
Max
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
Local Repository
~/.git
Remote Repository
https://.../.../[name].git
Local Repository
Remote Repository
<html>
<body>
<h1>My Sitio Web</h1>
</body>
</html>
Local Repository
Remote Repository
<html>
<body>
<h1>My Sitio Web</h1>
</body>
</html>
<html>
<body>
<h1>My Sitio Web</h1>
</body>
</html>
local
remote
local
remote
local
remote
By Pedro Flores