diff --git a/README.md b/README.md index d2d9254..ec1a05a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ - algo mas desde feature commit 2 - cambio desde master - CAmbios de refactor -- cambio desde github \ No newline at end of file +- cambio desde github + +# Practica para git rebase diff --git a/index.js b/index.js new file mode 100644 index 0000000..045926e --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log("HOLA MUNDO")