├── .gitattributes └── second.c /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /second.c: -------------------------------------------------------------------------------- 1 | 2 | 3 | I will save this program and compile it. 4 | 5 | THis is fifth line of code 6 | THis is Master branch 7 | THis is original file 8 | --------------------------------------------------------------------------------