Skip to main content

Questions tagged [git]

Git is an open source distributed version control system originally designed and written by Linus Torvalds. It is generally used to keep track of source code for software projects. As a DVCS, Git provides powerful help with branching, merging, and distributed development.

-1 votes
0 answers
29 views

I am working on a mid-sized project where feature branches can live for weeks or even months before merging. Over time, these branches accumulate many commits, and occasionally rebasing or merging ...
sharonoliva's user avatar
2 votes
1 answer
34 views

I was trying to merge a PR into a repo in my self-hosted forgejo server. but it threw this error. I found it was due to the lack of a configured gpg key in my server. After adding the gpg options in ...
edjmir's user avatar
  • 141
-1 votes
1 answer
46 views

I'm talking about the options --pickaxe-regex and --pickaxe-all options to git log. What's the etymology of that term?
Jeenu's user avatar
  • 365
0 votes
0 answers
47 views

I'm trying to upload a C# project to GitHub. The GitHub folder is empty, so I want to upload the entire project. I get to my local directory using MINGW64. git add . no response from Ming, it accepts ...
Johnny Bones's user avatar
2 votes
1 answer
110 views

How do I see the history of a snippet of code in VSCode(e/ium) using git? I'm specifically looking for a UI-based solution akin to the one available in JetBrains. Example: This is a visual of the ...
Rashiq's user avatar
  • 201
14 votes
3 answers
2k views

I have cloned quite a few git repositories for safekeeping. I update them regularly by pulling all branches from remote. I do this to have an up to date backup in case the remote disappears. However, ...
Agostino's user avatar
  • 247
1 vote
1 answer
42 views

i have a git repo 250 commits, ~2500 files, gc is ran regularly the repo includes a number of remote files on servers mounted with autofs - that's intended understandably, this makes git status take ...
darkdiatel's user avatar
0 votes
1 answer
91 views

I started playing around with the Agent Task system on the GitHub website. After GitHub Copilot creates a pull request, how do I provide feedback or comments so that Copilot can update the pull ...
mtooling's user avatar
  • 536
6 votes
1 answer
896 views

I'm compiling Git from the source codes hosted on kernel.org and am trying to verify the signature of the tarball with gpg. I cannot for the life of me find the correct public key which it was signed ...
Harald Edwards's user avatar
12 votes
1 answer
1k views

I have a GitHub pull request that includes some changes I want, but it also includes a .gitignore file. But I don't want anybody to change what's in my .gitignore file because it includes some things ...
Russ Lenth's user avatar
2 votes
1 answer
59 views

I am on Debian 12 with Etckeeper and OpenVPN running as a service. If I manually start/stop openVPN, it modifies few files, including /etc/resolv.conf. I would like to run a script to automatically ...
Sandrew Cheru's user avatar
2 votes
0 answers
162 views

I am running macOs and problem touching git (in IntelliJ IDEA). From time to time I see there is process (/usr/local/MacGPG2/bin/dirmngr) which use 99% of one core. Usually it happens when I fetch ...
squirrelInTheBarel's user avatar
1 vote
1 answer
146 views

I have a Windows Server that is accessible through SSH, on the server, I went to C:\Users\ftptest and ran git init --bare MyRepo.git On the client, I'm attempting to clone the new repo with git clone ...
Eduardo Wada's user avatar
0 votes
0 answers
76 views

I am running VS Code and git-csm on Windows 10 with myself the only person accessing my repository stored on a Windows Server which I access over an enterprise LAN. This is mainly for backup/disaster ...
oneofthedamons's user avatar
0 votes
2 answers
104 views

I've started using gitmux by arainone when I discovered it from a question on displaying git status in the tmux status line. Having installed and configured gitmux the output now appears on the right ...
NeilG's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
185