git tag

170 questions


1 answers
118 views
0
I want to be able to push git with ruby on rails tutorial.

Thank you for your help.As I am a beginner, the questioning method may be inappropriate, but could you please tell me the following?I started ruby on rails tutorial on AWS cloud9, but I am having trou...


1 answers
67 views
0
github auto deployment php program is not working

Push from the Linux development environment in the local PC virtualbox↓Launch webhook in github private repository↓Invoke pull script in production server-non-bear repository(This is Sakura rental ser...

1 years ago

1 answers
43 views
0
Git commitments have disappeared.

The contents committed in Git disappeared.I created a new branch (branch-3) from the GitHub browser console.Corrected branch-3 locally.%git branch* (HEAD detected from origin/branch-3)branch-1branch-2...

git
1 years ago

1 answers
128 views
0
When I pull another branch to the branch that I am operating locally, I can no longer switch branches.I want to return to the previous state of pull.

I am working on branch A locally, but if I accidentally pull the master branch for this branch, there will be a conflict and I cannot switch to another branch.Local branch A has been pushed remotely o...

1 years ago

3 answers
36 views
0
How to Correct Past Commit Messages

For example, if you want to modify three previous commit messages,git loggit rebase-i commit IDrRewrite and SaveIt is stated thatIs there any easier way to do it?

git
1 years ago

1 answers
127 views
0
When I checked the ssh connection to GitLab, I found that Permission denied (publickey).

Problems you are havingI get an error when I try to use ssh to connect to Gitlab's repository, which should have been connected and pushed before. [vagrant@localhost~]$ ssh-T [email protected] ...

1 years ago

1 answers
135 views
0
Jenkinsとgitbucketの連携

I tried to link Jenkins and Gitbucket with the following information, but it didn't work.The situation is as follows, but do you have any information such as the combination of versions and configurat...

1 years ago

2 answers
41 views
0
Can multiple users share a git clone directory?

A user A is publishing the directory git clone to the server.The repository is in Gitorganization.Is it possible for user B to update the directory on the server with git pull in Organization?$sudogit...

git
1 years ago

1 answers
45 views
0
How to set the ash on Alpine Linux to release something like git-prompt.

The subject line is correct.I'd like to know how to set up an Alpine Linux ash like git-prompt.$docker run-it --rm-v${my_git_project_dir}:/app-w/app alpine /app# $docker run-it --rm-v${my_git_project_...

1 years ago

2 answers
71 views
0
How to synchronize the development environment using Git

I am using Git for the first time.The reason is that I wanted to develop it while accessing it from my home PC and university PC.When I wanted to work at home and continue at university, I uploaded it...

1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.