Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
0 replies
25 views

I prefer using the Git backend to Overleaf to work locally on my own computer and push periodically. I've found that it is difficult to work with other online editors when we are editing at the same ...
villaa's user avatar
  • 1,259
Best practices
4 votes
1 replies
39 views

I have been wondering how to version Wordpress projects correctly. Versioning the entire Wordpress directory? I'd be versionning a lot of code that's not mine (Wordpress core, theme(s), plugins...) ...
Lily Bergonzat's user avatar
1 vote
0 answers
70 views

I want to frequently test a Python application I'm developing with uv, which I publish to a private repository on a GitLab instance. I've generated an access token with read access to the repo and I ...
FLKR's user avatar
  • 77
4 votes
2 answers
84 views

I am running into some weird merge conflict issues even though I am the only one working on the repository and have only made linear commits. I have these branches: main feature-A (based off of main) ...
Nermin's user avatar
  • 1,140
-4 votes
1 answer
77 views

I had new files I had not committed before running git stash thinking they would be saved along with the modified files but they were gone after I returned to the branch and did a stash pop. Are they ...
Abe's user avatar
  • 125
Best practices
0 votes
3 replies
44 views

i'm newbie in nginx and proxy server. We have a problem about googlesource 429 Error, caused by many requests and because of bandwidth, we took a long time to get googlesource. We reviewed to make ...
SangHyuk Kwon's user avatar
1 vote
1 answer
92 views

pre-existing questions are asking about commands that exit with status code 0 -- my command does not exit. Here is the super verbose output obtained via GIT_TRACE=true \ GIT_CURL_VERBOSE=true \ ...
NullVoxPopuli's user avatar
-1 votes
0 answers
48 views

I'm working on a PHP project on MAMP (Windows, PHP 8.3). Everything was working fine until I did a git pull. After restoring some files from an older commit using git checkout, my project now gives a ...
Joep Verhofstad's user avatar
1 vote
4 answers
89 views

On Github there is a promising repository that hasn't been maintained for years. So there are pull requests from other users that have been ignored. I have forked the repo. Is there a way to get the ...
Bret Hess's user avatar
  • 510
Advice
0 votes
3 replies
70 views

I need to see where I have committed work, but not yet pushed it. I would really prefer something similar to git status which shows a readable summary. I don't want to be doing git log, looking at ...
intrigued_66's user avatar
  • 17.5k
-6 votes
0 answers
74 views

the content is generated by unplugin-vue-router, nothing changed but git says it changed. if submit, it will report nothing changed original content is \u203C\uFE0F, but when vite build run, it will ...
Bill Billy's user avatar
1 vote
1 answer
70 views

In Windows 11 (even in 10) was written a lot of documentation through a hierarchy of .adoc files and git was used for track controls. Well the project directory was shared to other users where they ...
Manuel Jordan's user avatar
Best practices
0 votes
6 replies
54 views

the title is somewhat difficult i try to explain what i want the input from you all. My current practice from a feature/bug development towards the codes journey to the production is following I get ...
FlorianD's user avatar
  • 113
0 votes
0 answers
91 views

Our company migrated our source code from a local gittea server to Github.com. I have orchestrated the entire migration with 99% succes. I made manuals, scripts and I moved the repositories. We have ...
bas knippels's user avatar
Best practices
0 votes
2 replies
69 views

I have a project named sample which have 2 submodules sampleA and sampleB. I also have another git repo named Example which also refers to same submodule sampleA and sampleB. When I change something ...
mariya cherian's user avatar
-2 votes
1 answer
77 views

I need to switch from the master branch to branch_a, and this branch_a needs to be a detached head in deps/tests. I am doing this by git fetch origin git checkout origin/branch_a The problem is that ...
Rainydays123's user avatar
0 votes
1 answer
69 views

if you change this file: div { max-width: 50%; max-height: 50%; } into this: div { max-width: 100%; } git diff --word-diff will print: div { max-...
darkdiatel's user avatar
1 vote
0 answers
84 views

I noticed that git lfs operations (push or pull but especially push) with GitHub keep getting stuck running git-lfs-transfer. This is slowing down all of my git operations which call git lfs via hooks....
sciencectn's user avatar
  • 1,571
-2 votes
1 answer
79 views

When trying to rebuild a CMake project as a different Linux user, it generates Operation not permitted despite having read and write access through group permissions. The only way to solve it is to ...
James Easton's user avatar
2 votes
2 answers
80 views

So I am having some major issues with Visual Studio 2022 and a GitHub-forked repository. The repository is under my own GitHub account - the same one as on my VS. The problem doesn't seem to come ...
Game Live77's user avatar
4 votes
1 answer
121 views

I have a git branch "hotfix/foo" that exists on the remote repository. Now I have created a local one with the name "hotfix/foo/bar". It will be created locally without problems. I ...
Luke's user avatar
  • 127
0 votes
1 answer
70 views

I prefer to use the normal text editor (not the merge editor) to resolve merge conflicts in VSCode. Sometimes, I need to accept both changes, but want the new text from the "incoming" change ...
ThatsJustCheesy's user avatar
0 votes
1 answer
69 views

I want to filter the commits shown by git log --graph, so that the commits included are either reachable only by the first parent (--first-parent) [type A] or which are not reachable, whose first ...
Caulder's user avatar
  • 459
0 votes
0 answers
81 views

I just went through all the prerequisities to correctly install the repo tool. I can execute the following commands: repo --version. repo --help. repo init. repo sync. But when I run: repo status ...
superaga's user avatar
-3 votes
0 answers
28 views

I have a JSON file with real data in my repository that is already in .gitignore, so it's not pushed to Github. In Github, this file does not exist. I want to add a blank JSON file to Github so others ...
Daniel's user avatar
  • 558

1
2 3 4 5
3076