Answer the question
In order to leave comments, you need to log in
How to edit a file created in Git?
Good afternoon, I created a repository on github, created folders and files using the console, pushed them to github. The question is how to open a file such as index.html in an editor such as sublime text created in git. The picture shows my file structure.
Answer the question
In order to leave comments, you need to log in
start [filename] - so the file opens as if you double-clicked on it. That is, it will open in the editor to which this type of file is attached.
notepad [filename] - this will open in notepad.
Well, by analogy:
your_editor [filename]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question