Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Repositorio M2 Talento Digital Javascript

Ramas con proyectos del módulo

Comandos Git Branch Apoyo

  git clone 
  git checkout -b nombre-branch // crear y cambiarse de branch

  git add .
  git commit -m "Primer Commit"
  git push --set-upstream origin nombre_branch // vincular branch al repositorio origin

  git push

  git log

  git branch
  git checkout main
  git pull	// en main
  git checkout nombre_branch
  git merge origin/main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors