Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a md file under windows

I am using git bash under windows because I am having some troubles with Linux right now. I have to make a commit but I have no clue how to create a file with extension .md under the windows platform. could you please tell me? Thanks

like image 639
user3166162 Avatar asked Oct 18 '14 20:10

user3166162


1 Answers

You doing the Coursera data science course as well? :)

Syntax is:

touch filename.md

Good page I have bookmarked:

http://www.typecastexception.com/post/2012/09/08/Basic-Git-Command-Line-Reference-for-Windows-Users.aspx

like image 73
DJOldskool Avatar answered Sep 21 '22 21:09

DJOldskool