Skip to content
/ tcr Public

Trying TCR workflow (test && commit || revert)

Notifications You must be signed in to change notification settings

exeal-es/tcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCR

Flujo

el fichero tcr.sh implementa el flujo TCR

./scripts/test.sh && ./scripts/commit.sh || ./scripts/revert.sh

los diferentes comandos están separados en scripts para facilitar variantes del flujo. Pero podemos lanzar un único comando si lo preferimos:

dotnet test && git -am working || git reset --hard

Katas para probar

About

Trying TCR workflow (test && commit || revert)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published