git tag

170 questions


1 answers
424 views
0
What is the difference between dev and origin/dev when you push git?

I have a question about the git push command below.In the command 1, I think I will push the current HEAD to the dev branch of the remote repository, but what is the difference in the case of 2?

git
1 years ago

1 answers
294 views
0
What is the difference between dev and origin/dev when you push git?

I have a question about the git push command below.In the command 1, I think I will push the current HEAD to the dev branch of the remote repository, but what is the difference in the case of 2?

git
1 years ago

1 answers
353 views
0
Merge after Cherry-pick with Git results in multiple same Commit histories

Merge after Cherry-pick on Git resulted in multiple identical commits.When I did the following, I made a commitment history with the same contents.How do I resolve this?[Prerequisite] Branch:A, Branch...

1 years ago

1 answers
361 views
0
When specifying a directory in .gitignore, does the presence or absence of a trailing /(slash) make sense?

Here is an excerpt from .gitignore when you created the Next.js project.#next.js has / at the end of the directory, while #production has / at the end.What is the difference?Also, is the presence or a...

git
1 years ago

1 answers
401 views
0
Can't git push at ssh destination

On the Ubuntu 22.04 server to which ssh is locatedgit pushWhen you try to do the [email protected]: Permission denied (publickey).fatal —Could not read from remote repository.Please make sure you have th...

1 years ago

2 answers
341 views
0
git Permission denied (publickey)

I would like to do a git push origin master (main in my case) around 25:45 of freeCodeCamp's YouTube Git and GitHub for Beginners-Crash Course, but it says Permission denied (publickey) as below.PSC:\...

git
1 years ago

2 answers
298 views
0
about the possibility of being attacked

Thank you for your help.I would like to inquire about the possibility of server intrusion and attack from outside.If you run the following command and leave SSL certificate turned off, Could you tell ...

1 years ago

1 answers
435 views
0
Is git better for writing code with git and vscode? [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 28 days ago.28 days agoIs it possible to reflect the difference between git ...

1 years ago

1 answers
293 views
0
You do not have access to the app hoge appears on heroku info.

When I try to do heroku info, I get the following error:PSG:\MyDrive\LocalRepository\firstdash>heroku info » Warning—heroku update available from 7.53.0 to 7.60.2. ! You do not have access to the a...

1 years ago

1 answers
432 views
0
How to Limit Git Tag Push

GitLab is configured to release with a tag beginning with v to the default branch.Build/test/deploy by pushing a tag like v1.0.0 to the main branch.Users with developer privileges can create work bran...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.