pramodinir Posted March 5, 2015 Share Posted March 5, 2015 Hi,can anyone please tell me how to create a text file with .md extension and add a line like ## this is a markdown file and push the file into a already created github repository. I am totally new to git and github.thank you so much Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted March 5, 2015 Share Posted March 5, 2015 (edited) Welcome! I think your question should be answersd elsewhere. And it already is) Here are some nice tutorials. Here is a full blown book. And, of course, this for an easy start. Edited March 5, 2015 by Ivan Gretsky Link to comment Share on other sites More sharing options...
Nico Knoll Posted March 28, 2015 Share Posted March 28, 2015 It's just a plain text file. So create a txt file for example and just rename it to *.md. Then insert your markdown code. And if your using the github app it shouldn't be hard to commit something (like you have done with the original commit). But maybe you should really start with the tuts posted above if you aren't sure what commit, and push/pull and merge means (in context of git) Link to comment Share on other sites More sharing options...
Recommended Posts