git tag

170 questions


1 answers
132 views
0
improvement of old development forms

I am currently in charge of maintaining Windows-related apps in a development team, but compared to the software development style I have heard recently, I feel that it is in a very pre-modern state.I...


1 answers
135 views
0
Want to automatically reflect Git repository updates to multiple client PCs

I would like to do an automatic deployment by pushing the Git managed source code update to the repository on the NAS and automatically pushing it to each PC connected to the network. Could you please...

1 years ago

2 answers
71 views
0
You are prompted to enter a password when you run the git command installed on your Mac.

I'm a beginner in programming.After installing git on the mac, you will be asked to enter the password as follows.I don't remember setting it up, so I can't move on from here. I would appreciate it if...

1 years ago

1 answers
73 views
0
I want to push the local branch to GitHub.

I would like to push each local branch (feat/knockout) remotely, is it possible?Please tell me how to do it.Is the following correct understanding of the push command?$git push origin master$ git push...

1 years ago

1 answers
110 views
0
I want to reflect the local branch to the Github remote master

How can I reflect the latest version of commit 14450f3 of the local branch feat/map to the remote master?

1 years ago

1 answers
63 views
0
I want to access Github via Https instead of SSH.

https://employment.en-japan.com/engineerhub/entry/2017/01/31/110000I used this site to set up Github, but I cannot access Github under my proxy environment, and I heard that You can access it via http...

1 years ago

1 answers
71 views
0
I want to change the authorization name of the last few commits.

I learned that you can change the authorization name of all past commit names with the following command:$git filter-branch --commit-filter'GIT_AUTHOR_NAME=idesakuGIT_AUTHOR_EMAIL= (email address)GIT_...

1 years ago

2 answers
46 views
0
How to use branch in git

Is it possible to do something like the attached file with the branch of git?Current operational pattern is like 1If I push it, it will be reflected on the public site.If there is a bug when making a ...

git
1 years ago

2 answers
103 views
0
I want the commit to be displayed as a separate account on GitHub.

I'd like to demonstrate how multiple accounts commit to one repository of the internal study group, but I don't know how to change users.I would like to create folder A and folder B on the local side,...

1 years ago

2 answers
50 views
0
Git connection is not working

Thank you for your continuous support.I would like to ask you to teach me because I cannot proceed with building a Git environment.GitLab is installed in the CentOS 7+ Apache environment.GitLab instal...

git
1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.