for beginners, gitkraken has too much English. Download the software on the official website. Are there any tutorials or packages that can be translated into Chinese? no answers to related questions have been found on Baidu. ...
question now suppose that a configuration file, config.json, is added to the remote repository. After I git clone the remote repository, I make changes to config.json. But I don t want to commit my changes to the remote repository, and I don t want ...
Manual? is there a primary or secondary? for example, ...
the self-built code management background writes a web hook, which is triggered after the code is submitted, but an error is reported as follows: Delivery: Post http: 127.0.0.1:3116 git: dial tcp 127.0.0.1 Delivery: Post 3116: getsockopt: connection...
for example, a question, such as git branch-a, opens an additional window interface to display the output of the command: q: git showgit log git status: -sharp git status On branch master Your branch is ahead of origin master by 1 commit. ...
as shown in the following figure, the code for master and hotfix is the same, but it is normal to run the code under hotfix! when you switch to master, you will report some errors. This is why ...
as shown in the figure below, I modified the file pom.xml. 1:git smartgit2:git bash locally. ...
I just got in touch with GIT, and read Liao Xuefeng s GIT tutorial. But there are some questions you want to ask? demand: the (PHP) code of an open source project needs to be updated periodically from github, as long as the author of the open sourc...
The project has multiple development branches, for example: master, dev1, dev2, dev3, I modified a hundred lines of code on dev1, then pushed it to origin dev1, , then I checkout master, and then the computer cpu was full, and the computer was very stu...
how to search through git, the last branch pulled is to take a branch? ...
problem description Git fundamentals take snapshots directly rather than compare differences the main difference between Git and other version control systems (including Subversion and approximation tools) is the way Git treats data. Conceptually...
problem description A project built by someone else s angular1 uses angular-ui-router to create a route, and it is found that only $http.get requests are sent in Google browser in UAT and production environment. SetURL is not defined (occasional). Th...
my directory is as follows: base |__ .git <-- git |__ myModule <-- |__ moduleA |__ moduleB have any friends ever put it into practice? ...
problem description I set up a git server on my server and intend to push a project. There are more than 7000 project files with a size of about 170m. As a result, the push failed with the following error. Is it because the files are too many and too ...
the local project is uploaded to coding, using git. I built an empty project on coding, copied it down with the git clone project address, then uploaded the project in a shell, and asked me to enter the account password when I copied it. I typed it wrong...
I created a folder locally and put it into a document. Then the specific steps are as shown in the figure above. Set ssh-key, first, and then follow the general step git init, git add.. , git commit-m dd ,git remote add origin,git pull origin mas...
using hexo s is normal locally, but if you deploy to the Internet (I am using netlify) using git clone will prompt "failed during stage preparing repo : Error checking out submodules: fatal: No url found for submodule path themes ocean in .gitm...
problem description on the log history page of sourcetree, how do the contents of the submission list filter the results by author s name? for example, if a project is developed by 5 people, is there an option to show only your own historical subm...
problem description I now have a publish table that records the published data with the following fields: publish_articlepublish_activity: publish table has polymorphic association with other data tables . I need to get the specified amount of...
after Mini Program backgroundAudioManager sets protocol= "hls ", Android is normal and iOS does not trigger onEnded events as long as you switch to the background, the background player will not play the next item that can be played continuously on t...
problem description 1. Can PhpStorm set the default annotation effect? That is, directly using the shortcut keys to appear the following kind of annotation effect, can it be achieved? *********** *********** $data = $this->params; **********...
babel-polyfill and es6-promise files compatible with IE browsers have been introduced correctly, and IE10+ can be opened normally when the project is put online, but IE9 can not be opened, it is a blank page, and it is not a reported syntax error, but a...
...
problem description when I open the web page, I use the chrome developer tool performance to check that the browser occupies 100% of CPU. Why is this related to the allocation of CPU by the Windows operating system? as shown in the following figure...
the original syntax of sass is to be transferred to stylus, but keyframes does not work anyway. The keyframes of stylus is followed by a classname. How to write the nested syntax of name? @ keyframes pic-404__child is also invalid sass .pic-404 ...