Results for git-rewrite-history
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...
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 ...
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 ...
I've read @raymond-chen's Stop cherry-picking series but can't wrap my head around if the following problem can be solved without using cherry-pick: ...
I am working on a PHP webapp. I have to publish it on a distributed version control system (git) but I am not sure wether if to publish the root direc...
I installed git according to windows comptability but still not working: the solution I tried: I tried changing the path variable in system variables...
Why did I encounter the need to manually install the Nav Mesh Agent using a Git URL in Unity while working on my horror game project? Initially, I cou...
Can someone please explain the difference, if it exists, between both commands: git push --set-upstream origin master git push -u origin master I te...
I get these errors whenever i tried running my pipelines on my created agent ,lets say agent_test. When I run pipelines for first time it works and if...
I am working with some air-gaped systems and as part of the deployment, I need to update the sources for an external git repository to one of the Azur...
Per git docs the following syntax is supported for git clone command: The following syntaxes may be used ssh://[user@]host.xz[:port]/path/to/repo.git...
How can I make a Tekton task that updates a Git config (public) repo file? The resulting git update will trigger e.g. ArgoCD for syncing the runtime e...
We're using a tool (STM32CubeMx) which provides a GUI to configure embedded microcontrollers, and generates a full C project based on that configurati...
Let's say I have files A, B, C, D in my repo. All of them has been modified from the last commit, but not staged yet. Due to a syncing bug, A and B ar...
I have a local repository that I have uploaded to a remote repository. All files were uploaded successfully, including the full history of commits. I ...
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?