├── README.md ├── feature1.txt ├── feature2.txt ├── my_remote_file.txt └── my_test_file.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/devops-zero-to-hero-eng/HEAD/README.md -------------------------------------------------------------------------------- /feature1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/devops-zero-to-hero-eng/HEAD/feature1.txt -------------------------------------------------------------------------------- /feature2.txt: -------------------------------------------------------------------------------- 1 | this was a good feat initally 2 | 3 | -------------------------------------------------------------------------------- /my_remote_file.txt: -------------------------------------------------------------------------------- 1 | This is file from github 2 | -------------------------------------------------------------------------------- /my_test_file.txt: -------------------------------------------------------------------------------- 1 | this is my test file from local 2 | --------------------------------------------------------------------------------