codenautas / txt-to-sql

Tools for convert text data to SQL sentences
MIT License
2 stars 4 forks source link

Restaurar casos de prueba a los originales #43

Closed emilioplatzer closed 6 years ago

emilioplatzer commented 6 years ago

Lo que hice

d:\hecho\npm>git clone https://github.com/codenautas/txt-to-sql.git tts_restaurado
Cloning into 'tts_restaurado'...
remote: Counting objects: 4150, done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 4150 (delta 30), reused 82 (delta 20), pack-reused 4035
Receiving objects: 100% (4150/4150), 1.06 MiB | 85.00 KiB/s, done.
Resolving deltas: 100% (2580/2580), done.
Checking connectivity... done.

d:\hecho\npm>cd tts_restaurado

d:\hecho\npm\tts_restaurado>git checkout 4dbc268ce4c22d244d59cd2fa54f2f2617bd9eee
Note: checking out '4dbc268ce4c22d244d59cd2fa54f2f2617bd9eee'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 4dbc268... Agrego package-lock
d:\hecho\npm\tts_restaurado>copy .\test\fixtures\*.* ..\txt-to-sql\test\fixtures
d:\hecho\npm\tts_restaurado>copy .\test\errors\*.* ..\txt-to-sql\test\errors
d:\hecho\npm\tts_restaurado>copy .\test\encoding\*.* ..\txt-to-sql\test\encoding