git tag

170 questions


1 answers
35 views
0
I'm having trouble with the phenomenon that git keeps making differences.

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...

git
1 years ago

2 answers
42 views
0
I want to reflect only certain commits locally from the remote repository

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...

git
1 years ago

1 answers
41 views
0
How do I make a file update history with git?

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

git
1 years ago

2 answers
37 views
0
Regarding how to merge into the master branch except for the commitment of a specific user who is Git

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?

git
1 years ago

2 answers
38 views
0
Error: could not lock config file.git/config: No authorization during git flow init on Git Flow

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...

git
1 years ago

1 answers
46 views
0
How to delete the git credentials and prompt for password entry every time (Ubuntu environment)

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...

1 years ago

1 answers
39 views
0
I don't know how it works after creating the git branch master origin/master branch.

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...

git
1 years ago

3 answers
37 views
0
What to do when commit conflicts in Git?

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...

git
1 years ago

1 answers
108 views
0
I want to ssh (password authentication) from Jenkins to git server

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,...

1 years ago

1 answers
47 views
0
Files written in .gitignore are pushed to Github

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...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.