Im relativity new to coding and have never used any kind of version control software.
Id like to use git hub to store all the practice code im writing so i can keep a record of the changes i make.
I have successfully created an few repos in git hub however when i try to store my code it displays in plain text read me format like this:
https://github.com/600rob/New-Java/blob/master/README.md
Note, im using the git hub website only and do not have GIT software installed don my machine due to it be and work machine with install restrictions
Can anyone tell me how i can set up a repo and get my code to display in code format like this:
do i need to have the Git software installed on my machine as opposed to just using the git hub site in order for this to be possible?
Thanks
rob