├── README.md └── Sample file test for push.txt /README.md: -------------------------------------------------------------------------------- 1 | # Demo 2 | 3 | This is going to be amazing 4 | -------------------------------------------------------------------------------- /Sample file test for push.txt: -------------------------------------------------------------------------------- 1 | x = 4 2 | y = 10 3 | print(x + y) --------------------------------------------------------------------------------