Skip to content

sbc64/Proyecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git branh // saber en cual branch esta uno git checkout // pasarse al branch git merge // unir los contenidos del branch al master. Hay que estar en el master. git branch -d // borrar el branch en el que estaba trabajando git push origin : // to add your local branch to the github repositoy git push origin master // push the master branch to github git push origin :[name_of_your_new_branch] // Delete the branch on github git branch -d [name_of_your_new_branch] //Delete a branch on your local filesystem

About

LMNAO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors