Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

codin-eric/aap_repaso_git_github

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 

Repository files navigation

codin_eric_vid_1

En este repo encontraremos todo lo que fuimos viendo en los videos sobre introducción a git y github

Lista de comandos:

Configurar nuestro usuario de git para poder hacer push y pull a github.

git config --global user.name "Nombre"
git config --global user.email "email@algo.com"

Crear un repo en local

git init

Agregar archivos a staging

git add name.txt

Hacer un commit

git commit -m "texto del commit"

ver las distintas branches

git branch

Crear una nueva branch (ojo que lo hace desde la branch actual)

git branch nombre_de_la_nueva_branch

para cambiar a otra branch

git checkout nombre_de_la_branch

para hacer merge

git merge

About

Aqui encontraras el codigo del primer video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.