git tag

170 questions


3 answers
47 views
0
How do I reduce the size of a bloated Git repository without reducing the granularity of history?

As I continued to use git to run web services over the years, the Git repository has grown to over a few gigabytes.The breakdown of the repository includes programs, resources such as images, and text...

git
2 years ago

2 answers
40 views
0
This is a question when using git from Bash.

I tried running git revert as below using Bash, and I got some views.For example, --quit or --continue.Are these used in subsequent commands like typing --quit?Would it be possible for you to tell me ...

git
2 years ago

1 answers
174 views
0
I want to automatically output the commit ID to the file when I commit.

We are currently using VSCode for Git management.During management, the commit ID is printed as shown in the attached image, but I would like to automatically output the commit ID to a text file at th...

2 years ago

1 answers
104 views
0
git operation on IntelliJ on macOS

When I try to clone from github with IntelliJ on macOS, I get an error hitting the sudo xcodebuild-license commandSo I hit the command in the space, read it to the end, and type agree, but when I try ...

2 years ago

1 answers
95 views
0
Unable to authenticate Github from VScode

I would like to share the configuration from VScode to the github account and clone the private repository.VScode > Account > Turn on Setting Sync tries to authenticate the Github account, but t...

2 years ago

3 answers
42 views
0
There is no git diff.

Running $git diff on the local PC does not return anything.git status returns the properly modified file.I'm sure there's something wrong, but I can't guess.If you have any questions, please take care...

git
2 years ago

1 answers
39 views
0
The git push displays an error.

git push showed an error and I couldn't find the cause and solution, so I came back here againThe error occurs locally when pushing remotely from the local repository in virtualbox.The remote is a bar...

git
2 years ago

1 answers
80 views
0
git add error:insufficient permission for adding an object to repository database

EnvironmentI was running ubuntu 18.04 in vagrant, and when I did git init and git add, git add. displayed the following error:VirtualBox:version 6.0.6r130049 error:insufficient permission for adding a...

2 years ago

1 answers
41 views
0
Should Git manage a single system as a single repository with a large number of sub-features?

I would like to ask for your advice on managing Git's repository.Is there a good way to manage a single system program with 100 features in one system?I am currently expecting the following two items....

git
2 years ago

1 answers
40 views
0
Error: failed to push some refs to get error during git push

*What do you want to solve?Error: failed to push some refs to appear during git push, so I would like to resolve that.* AssumptionsCreating web applications in Rails.Work branch: implement_bookmark_fo...

git
2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.