Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
82 views

I'm in the process of transferring old repositories from visualstudio.com to GitHub. The repos used to be private and contains user names and email addresses that should not be made public. Thus I ...
Magnus's user avatar
  • 33
0 votes
0 answers
84 views

Trying to run some tests on core codebase locally, I did the following: git clone https://github.com/home-assistant/core.git # create & activate venv ... # Go to base commit git checkout <...
Mohamed Hany's user avatar
-5 votes
1 answer
127 views

Has any one seen git's logic of managing version got broke? Recently I was making changes in just one line of a python file There was a dict { "background_color": "#a20000e3" } I ...
Ujjwal Jamuar's user avatar
0 votes
0 answers
63 views

I am trying to create a Bash script that produces an enhanced, readable git log graph for a repository with multiple branches. What the script is intended to do Fetch and prune all remote branches. ...
sand's user avatar
  • 1
-3 votes
0 answers
113 views

I have a Go project. Today, I performed a "git pull" on the microservice repository, and uncommitted changes to the "go.work.sum" file appeared in my Git index. I've never had this ...
DimaMsuVmk22's user avatar
-3 votes
2 answers
110 views

When I do git pull --rebase, it will try to merge upstream into my local changes. I don't want it to do this. Instead, I want to ignore all new changes, and act as if my local changes undid the ...
Richie Bendall's user avatar
-4 votes
1 answer
123 views

Preface: this involves nested git repos! See end of post for context on this I have the following folder structure: .gitignore sub/file.json other_files Both the root folder and the folder sub are ...
stefan's user avatar
  • 10.4k
-4 votes
1 answer
89 views

There is a picture saved in a pdf that I would like to add to my git repository. It is named pictures/number_products_per_bitsize_1.pdf. ls pictures ibraries-single-thread-square-review.pdf ...
Dimitri Lesnoff's user avatar
2 votes
0 answers
92 views

I have a huge Perforce repository that contains many large binary assets in addition to code. I want to use git-p4 to "convert" this repository's history to Git, so I can use Git-specific ...
leifericf's user avatar
  • 2,412
1 vote
1 answer
85 views

Let's say, for example, I have 3 remotes defined in my .git/config in the following order: remote3 remote1 remote2 Also, checkout.defaultRemote may or may not be set. Then, there is a branch ...
Piotr Siupa's user avatar
  • 5,181
0 votes
1 answer
96 views

I am trying to do a git fetch (or any other Git command) and I get the following error: fatal: Unable to create '/path/to/repo/.git/refs/remotes/origin/main.lock': File exists. There are no .lock ...
maria_so's user avatar
Advice
1 vote
7 replies
188 views

I am someone who likes to study via online notes and documentation, but I would really like it if there were a website with a collection of short notes and/or cheat sheets so that I can revise the ...
Jethasri's user avatar
Best practices
1 vote
1 replies
45 views

For a crew project I have 2 gitlab repositories (backend and front-end) and I'd like to improve my CICD. As of now, when I merge a PR, it deploys on a ""development environment"" ...
tycyly's user avatar
  • 379
Tooling
0 votes
1 replies
51 views

I'm looking for Process improvement recommendations. Today, we have a dozen lab fixtures for setting up hardware. Most hardware setup is done by python scripts, we have a very small team with no real ...
mr odus's user avatar
  • 172
-5 votes
0 answers
67 views

In IntelliJ IDEA, whenever I press Tab or add spaces, the file is marked as modified even though nothing meaningful has changed. This creates noisy diffs and clutters my GitLab merge requests with ...
KaRaN KuMaR's user avatar

15 30 50 per page
1
2 3 4 5
10250