The git management tool sourcetree failed to push and used the sourcetree tool to submit the project code under git. the mailbox settings were incorrect, so the push failed twice. After two days, the code must have changed, how can I delete files that failed to be pushed.
Reply to discussion (solution)
It is estimated that few people have used this software. for another question, I would like to ask the company to use a new framework. all operations are based on js, that is, to obtain data through js ajax, paging and Page operations are loaded with many Page processing plug-ins. how is the efficiency compared with the common php processing and mainstream frameworks?
I used it, but I used it on mac.
Try pull to connect the files on the remote server to the local merge. if not. Use fetch, then manually merge, and then resubmit and push
The framework depends on the framework execution efficiency. there is no mistake in this method. if it is well handled, it will not be bad.
The framework depends on the framework execution efficiency. there is no mistake in this method. if it is well handled, it will not be bad.
I didn't understand what you said. What are the main points of framework execution efficiency, in fact, I want to ask if js ajax's data retrieval efficiency will be slower than php's direct processing, and their operating mechanism
In fact, this is not mainly for efficiency. The difference in efficiency should not be too great. it is not costly to plot point html in script language.
In this way, the logic layer and the presentation layer are completely separated.
The server does not have to worry about how the page is displayed. the output is just a bunch of json. Json is fully controlled by js on the page.
This is not only the framework, but also the data interaction interfaces of many large companies.
The execution efficiency of the framework depends on the framework itself. you can look at the execution efficiency of some frameworks. A good solution is that the program write efficiency is relatively high, including the SQL efficiency.
Js and ajax won't. you just think about it as a part of the page.
In fact, this is not mainly for efficiency. The difference in efficiency should not be too great. it is not costly to plot point html in script language.
In this way, the logic layer and the presentation layer are completely separated.
The server does not have to worry about how the page is displayed. the output is just a bunch of json. Json is fully controlled by js on the page.
This is not only the framework, but also the data interaction interfaces of many large companies.
Yes, so should I.