[go: up one dir, main page]

git-gamble
Craft Your Code,
Step by Step

Do all tests pass ?

def hello():
    return 'Hello word'

def test_say_hello_world():
    assert hello() == 'Hello world'

Are you ready to gamble ?

You did :

git-gamble --pass

Your gamble was good :

Committed

You did :

git-gamble --fail

But there was a typo :

 def hello():
-   return 'Hello word'
+   return 'Hello world'

Your gamble was wrong :

Reverted

git-gamble

Watch the demo

Go to the demo

Community

Loved by community

Starred on GitLab

Built by community

GitLab Contributors

Ready to transform your development process ?

Get started with git-gamble !