L
L
lindim30002014-11-21 12:36:43
git
lindim3000, 2014-11-21 12:36:43

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.41d430be08be4df4a8ac4dde56c3127f.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
1
1hroft1, 2014-11-21
@1hroft1

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]

Y
YV, 2014-11-21
@targetjump

1. Run sublime text
2. Open index.html

L
lindim3000, 2014-11-21
@lindim3000

Thanks everyone, I'm just confused.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question