KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
curso-git-esp
★ 129
Open GitHub ↗
Curso en español de Git 🚀 Marzo, 2019
Download README (.md)
Explore Similar Repositories
seven
:
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
sax
:
S + Autograd + XLA :: S-parameter based frequency domain circuit simulations and optimizations using JAX.
cookiecutter-modern-pypackage
:
Cookiecutter 🍪 template for a modern Python package 🐍📦.
krsh
:
A declarative KubeFlow Management Tool
ai_barcode
:
Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
curso-git-esp
?
Download (.md)
#  Puedes ver la versión online aquí: [carlogilmar.gitbooks.io/git-course/content/](https://carlogilmar.gitbooks.io/git-course/content/) # Marzo 2019 Para este taller de Git usaremos lo siguiente: * Versión reciente de git \(2.20.1\) * Cuenta de GitHub * Editor de texto * [GoHugo](https://gohugo.io/) * [Repositorio de trabajo](https://github.com/carlogilmar/dummy_blog_project) ### Temario #### 1. Tooling para desarrollo de software * Shell de \*Unix y tipos de shell * Tooling * Editor de texto * Instalación y configuración de Git #### 2. Nociones básicas * Sobre git... * Creación de un repositorio * DAG y Git Objects * Áreas de Git * Working Directory * Stage Area \( add \) * Local repository \( commit \) * Log de git * Resumen #### 3. Comandos prácticos * git status * git diff * git checkout * git stash * git reset * Reescribir último commit * Ignorar archivos #### 4. Manipulación de un repositorio * Situarse en un commit previo * Búsquedas sobre el log * git show * git blame #### 5. Repositorios Remotos: GitHub * Sobre GitHub * Áreas de git * Sincronizar un repositorio local en un repositorio remoto * Git para repositorios remotos * Clonar repositorios * Fork a repositorios remotos * Sub-módulos #### 6. Branching * Crear un branch * Operaciones sobre un branch * git merge * Abortar operaciones #### 7. Git Workflows * Single flow * GitHub Workflow * Feature branch * Git flow #### 8. Reestructuración de un repositorio * Rebase de branches * Rebase por commits * Cherry-pick * Revert * Reflog #### 9. Git Tooling #### 10. Repositorios Remotos Open Source #### 11. Automatización * git bisect * git hooks 