170 questions
I am troubled by the phenomenon of git continuously producing differences.When I did git status, the following message came out, so I tried to deal with it...Changes not stagged for commit: (use git a...
I am a beginner in Visual Studio Community 2019 and version management.We're starting to build an environment because one activity requires version control.Please let me know as there is something I d...
For example, how can I create an update history for a file called index.html in /Usres/yuu/mysrc on the c drive?If you understand, please take care of me.m(__)m
With the squash option in git merge, I have committed to the master branch in bulk, but I would like to remove only the specific author in this commit and commit.Is it possible?
Currently, we are developing on the EC2 of AWS.Installing git flow and doing git flow init [ec2-user@ip-xxx-xxx-xxx-xxx-xxx sample] $git flow initWhich branch should be used for ringing for production...
Environment: Ubuntu Server 20.04Symptom: When you do git push or git pull from bash, it seems that the login information is stored somewhere and you are not prompted for password authentication.I want...
I cloned the develop branch, so I executed the following command to drop the master of the remote branch to the local branch.Does this mean that you create a master branch locally and merge remote bra...
There is a remote repository (Remote here), and I and Mr. A are using this using Github.However, A and I had different commitment history in the local repository, which caused conflict.This is the cur...
The git server I want to use is ssh (password authentication), but Jenkins' additional credentials settings are ssh username and private key.I'd like to authenticate with ssh by username and password,...
I don't want to upload the following directory to GitHub in the app I am currently creating, so I wrote the following in the .gitignore file:[.gitignore] *sample_app/.gitignore/app/views/categories//a...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.