git tag

170 questions


2 answers
58 views
0
Files that are not under git management fail

To push to githubgit pushWhen you do, Delta compression using up to 6 threads.Compressing objects: 100% (437/437), done.Writing objects: 100% (445/445), 221.08 MiB | 7.39 MiB/s, done.Total 445(delta3)...

2 years ago

1 answers
38 views
0
I only want to see the difference between the parts that I modified in git diff.

git diff branch 1 branch 2When looking at the differences in the above command, is there a way to look at only the differences in the parts that I modified in branch2?

git
2 years ago

3 answers
45 views
0
Is it possible to use Request-Pull functionality that does not use hosting services such as GitHub?

I understand that Request-Pull works by e-mailing other developers that Push has updated the bare repository when you push changes to the development clone into the bare repository.According to inform...

git
2 years ago

1 answers
134 views
0
I want to do all the gitconfig proxy settings in a wildcard format.

I am using Git for Windows with Windows server.I would like to set the proxy server to use only access to a specific repository.How to change the proxy settings for git by repositoryI have referred to...

2 years ago

1 answers
41 views
0
About the behavior of git checkout.

$git checkout Please let me know if you agree with me about the behavior when I do itAnother person edited the A branch that I edited before, and I decided to edit it again.$git fetch$ git checkout A-...

git
2 years ago

4 answers
69 views
0
How to switch accounts for multiple Gits from the same PC

Thank you for your help.I used to create a Git account and used it on my private PC for a while, but recently I started using it for work.This time, I would like to create a separate Git account, crea...

2 years ago

3 answers
65 views
0
What is Git?

What is Git?It is often described only as a distributed version control system such as source code on the Internet, but I would like you to give me a specific example.バージョンDo you usually use it only f...

2 years ago

1 answers
104 views
0
It should have been deployed on Netlify, but I can't see it.

I am studying while reading the book Introduction to IoT Starting with M5 Stack & M5 StickC.In the middle of the book, I tried it on a trial basis because it was compiled by building with Visual S...


1 answers
49 views
0
Cannot perform git flow with root privileges

I am currently developing on ec2 (amazon linux) of aws.After installing git flow, the initial user ec2-user can hit the git flow command, but if you hit the command with root permission, it becomes Co...

2 years ago

1 answers
43 views
0
When you merge branches in git, the message remains displayed and does not work.

I wanted to merge branches with git, but the following message was displayed.It doesn't work as it is.What should I do?Merge branch 'master' of github.com:xxx/awesomefirst# Please enter a commit messa...

git
2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.