Skip to content

Angel-ISO/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progra2labs

Flujo de trabajo Git

Paso 1, regresar a main:

git switch main

Paso 2, actualizar main:

git pull

Paso 3, crear rama de trabajo desde main:

git switch -c lab1

Paso 4, realizar cambios para el respectivo lab

Paso 5, verificar cambios en la rama

git status
git diff

Paso 6, verificar los test y coding standars:

./gradlew clean test

Paso 7, agregar cambios

git add file1
git add file2
...

excluir cambios que no sean necesarios para el lab, evitar incluir binarios .class, bin, actualizar .gitignore para evitarlos

Paso 8, confirmar cambios:

git commit -m "implementado el lab1 con..."

Paso 9, subir commits al repo personal:

git push -u origin lab1

Paso 10, crear el Merge Request a main, describir los cambios, agregar capturas del resultado del comando ./gradlew clean test, y los diagramas UML. Asignar Reviewer para el MR.

Contributing to my Chess System

Contributions are always welcome!

See contributing.md. for ways to get started.

Support for execution

the project has the start point on the class Chess.java

Licences

The project is licenced by MIT License.

MIT License

About

this is the final project of programing 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages