git tag

170 questions


2 answers
123 views
0
Error after using vim command.

When I type the following command on Git, I get an error that vim is not a Git command. How can I make it work without any errors?When I type the following command on another PC, there is no error. Gi...

1 years ago

1 answers
38 views
0
File pushed to Git remote server is not visible

I wanted to run Git's remote server, so I installed ubunturinux on EC2 of AWS and created a Git server.git init--bare--shared of var/www/html to enable clone, push from other terminals because pushed ...

git
1 years ago

1 answers
59 views
0
How do I use GitHub and Source Tree? [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 7 years ago.7 years agoPlease let me know as many websites as possible that I can understand how...

1 years ago

3 answers
132 views
0
I want to search for multiple repositories in the Windows batch.

What do you want to doThe purpose is to make it possible to search for the same search word in bulk for various locally pulled repositories and output it as text files.idealOnce you have entered a sea...


1 answers
57 views
0
TortoiseGit cannot push

You have successfully installed TortoiseGit to create a local repository and commit the text file that you created.I wanted to push this to a remote repository, so I created a repository with GitHub a...

1 years ago

1 answers
37 views
0
Why do you need a common ancestor when merging Git?

This article mentioned the following:We merged the two snapshots pointed to by each branch and their common ancestors in three directions.What I'm not sure about here is why we need a common ancestor ...

git
1 years ago

3 answers
51 views
0
If I revert, will there always be no difference when I request a pull requests?What is the difference in the case if there are cases where it comes out?

At the end of this question, here is an example of a problem encountered in revert from the net.I have tried to avoid using revert as much as possible (maybe I haven't used it for more than 5 years), ...

1 years ago

4 answers
51 views
0
How do I prevent static or auto-generated files from being displayed in diff on GitHub during a Pull request?

When I create a Pull request on GitHub and have other members review the code, is there a way to prevent static or auto-generated files from being displayed?If an external paid CSS template is introdu...

1 years ago

2 answers
41 views
0
Does not load git commands through PATH

C:\Program Files\Git\bin and C:\Program Files\Git\cmd both go through the PATH and do not load the git command even after rebooting.error message'git' is not recognized as an internal or external comm...

1 years ago

3 answers
38 views
0
You can share the code with git, but where and in what format do you share the specifications?

We decided to develop the software in a group of school club activities.Now that I know that the source code I wrote can be done by a version control system such as GitLab, I've decided.Next, I think ...

git
1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.