Results for git-merge
Similar question was asked here, but it lacks investigation on why it happens, and answer is too generic: How to properly git clone with Windows symli...
I changed my user.name many times in git using command : git config --global user.name myname But i entered this command multiple times with different...
I've had this problem for as long as I can remember signing commits on Windows, even across devices: I'm using gpg4win, and whenever I sign the first ...
According to this question we should be able to remove the last N commits like this (Example uses 2 commits): git reset --hard HEAD~2 or git reset --h...
I am using dontnet task to create the WPF selfcontained exe. Initially I was getting Product version as "1.0.0" but now I am getting the version as "1...
I want to use a Regex in git commit message so that only commit messages in certain format should be allowed. I want the user to enter commit message ...
I am creating a VS Code extension. I want to add a custom button to the Git message field of the VS Code Source Control tab? To be specific location, ...
I have a RHEL runner and creating a CI/CD pipeline to build the project using .yml file from GitLab. When I try to run the pipeline using .yml from Gi...
I have a Linux(RHEL) runner and creating a CI/CD pipeline to build the project using .yml file from GitLab. When I try to run the pipeline using .yml ...
I want to modify the default template for the commit message in Git. But till now I was not able to find a way how to do it globally for the whole rep...
I want to fetch the folder structure of a remote git repo of huge size (Unreal Engine), so fetching and then analyzing is not a solution. Is there any...
So, I had this repo on a GitHub account, and also stored in local on the PC. At a certain point I deleted the account and made a new one. I created a ...
Environment : Pop!_OS 22.04 LTS oh-my-zsh IntelliJ IDEA 2023.2.5 (Community Edition) The problem : I have a git hook pre-commit set globally like t...
I am working on a python project; I am new to git and I am still learning how to branch. Since I am still learning, sometimes I just forget and edit ...
In respect to git configuration kind of [url "[email protected]:"] insteadOf = https://gitlab.com/ [url "https://bitbucket.com/other/"] insteadOf...
I've been a Git user for many moons - in Windows. I used to use CLI+Tortoise Git and rarely encountered problems. I made the switch to Linux (kubuntu ...
I want to use git push options without having to create a new commit or amend and push force the previous commit. How can I do that? E.g. something li...
Kia Ora all, #this is my first ever poast after using StackOverflow so many times. #im wokring in Azure devops pipelines, Visual studio, using git. Im...
In a jenkins pipeline, I am attempting to pull from a dev branch, tag as 't_int_dev'. later I want to pull tag 't_int_dev' and retag as 't_int_qa' and...
After installing Git on the new Windows machine and pulling/pushing to the Azure DevOps remotes (which works fine on other machines) I intermittently ...
I'm running a Bash script on Windows Git Bash that uses docker exec to set config values in my Shopware container: docker exec -d $SHOPWARE_CONTAINER_...
I am trying to find a way to have git clone also init all submodules. I can't find any documentation on this, is this really not possible? ...
I am an avid user of Visual Studio Code devcontainers and one of the reasons is that I can easily get a very pretty git editing experience for doing t...
In some CI setups special keywords might be used to trigger specific behavior in the pipeline. For example the CI pipelines might build feature branch...
I am working on a C# project in Visual Studio that is stored in a git repo. The .gitignore is missing some entries, and there are a couple files that ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?