H
H
hollanditkzn2017-05-15 11:05:26
git
hollanditkzn, 2017-05-15 11:05:26

How to git push in sublime text 3?

Didn't quite understand how to implement in sublime text 3 push Tried in console and using ctrl+shift+p git push.
And even as written in the
fatal console: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add
and then push using the remote name
git push
But for some reason nothing helps how to solve this problem

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xtala zen, 2017-05-15
@xtala

How to git push in sublime text 3?

Perhaps learn the principles of git and the English language?
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add
and then push using the remote name
git push

It says here that you first need to add a remote repository, and then push by its alias.
Here everything is chewed and chewed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question