Objective: A TFS (2018) release with an environment that downloads the source code used for the build (using commit hash I would assume) and zips it up before c
Is there any way in VS Code to change a file's name so that the file history is preserved in git, and it doesn't think the tracked file's been deleted? I'm hopi
I am trying to push my project folder to my repository on GitHub. The project has two separate folders, one for back end and one for front end. I gave the follo
I have a project with a working GitLab-CI configuration, but I only want to create and execute a pipeline, when one of my config files are changed. Is there a w
I just do not understand the help page of Git. So what does happen or what is the difference? Assume I have a Git project A with a submodule B. Submodule B doe
You know, these .gits don't look fine in a PC when you work.So I have decided to delete it. But I'm afraid if it deletes my files/folders cloned/pulled from git
I am trying to write setup.py for my package. My package needs to specify a dependency on another Git repository. This is what I have so far: from setuptools im
I'm looking for a command to execute against my git repo to discover the amount of code changed in a certain period of time. I want to know h
I'm trying to use standard-version in my javascript project. I added the release script to my package.json: "scripts": { ... "release": "standard-versio
IntelliJ has a feature that's very cool in theory, called Smart Checkout. This feature kicks in when you're changing branches and you have files in the current
I have a big project(let's say A repo), and it there one child folder which is come from B repo. I would meet warning like below when I commit from A repo war
I was working on a project, and I usually before doing anything I create new branches. In my feature branch, Visual Studio wasn't showing any errors. It was do
I have a problem while trying to commit and sometimes a comment have slightly changed in some way (eg different number of spaces like // Text compared //Text).
Sometimes when i try to merge the head fork into my base fork, or my base fork into the head fork, I get the following message on GitHub: "Can’t auto
How to clean repo, if staged files marked as modified? After git reset --hard I get Encountered 7 file(s) that should have been pointers, but weren't: Running
What are the conceptual differences between using git submodule and subtree? What are the typical scenarios for each?
After a git pull origin master, I get the following message: warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squ
After a git pull origin master, I get the following message: warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squ
In Linux, my favorite merge tool is Meld, and I've had no problems using or configuring it to work with Git. However, in Windows it has been a different story.
Is there a way I can stash just my staged changes? The scenario I'm having issues with is when I've worked on several bugs at a given time, and have several uns