Category "version-control"

How to change library version in jar included in some project

I have project where I have included custom built jars. Now suppose there is log4j dependency with lower version in that included jar. Can I change log4j versio

how to push only current changes on specific or other branch from my current branch

let's asume, I have a repo. there are separate branches. branch A & branch B. branch A has 15 commits and branch B has 10 commits. now I am working on branc

Git detects files as newer after reverting a merge, so it doesn't show conflict

I have this scenario: There are 2 branches, 'develop' and 'feature-branch'. This two branches have been growing over time each one independently. Now, 16 of Nov

How to make Apk available in play store for the version 6 android phones

I have published my application with a minimum SDK 23 but unfortunately, it's not showing the application in the play store for the android version 6 phones. I

How do Perforce streams handle subpaths with different access than parent path?

For configuration of streams in Perforce, there exist five access types (according to documentation, in order more-to-less-inclusive): share, isolate, import/im

Git - Commit and push local changes without losing file diffs?

I'm in VSCode and just made a ton of changes on my branch. I have a rough draft that would be a shame to lose due to to not backing up online. So naturally it w

NetSuite Assembly Build error, "The total inventory detail quantity must be...", what is causing this?

Attempting to declare production of an assembly using the assembly build. As far as I can tell we have enough item inventory to assign the lots-bins-item-quant

How to see which commit was deployed to prod with AWS CodeDeploy

We're using AWS CodeDeploy for our deployment pipelines, reading from our bitbucket repository. I'm trying to find which commit number was last deployed to prod

Plastic SCM change server/organization in Cloud

as I just installed Plastic SCM on my home computer, and connected through Unity, I was prompted to choose Organization. I managed to select the incorrect one a

How to take changes from one remote branch to other remote branch

I'm working on a project and I cut a branch from a release_branch let's call my branch branch_A. My colleague also had cut another branch from same release bran

How do you collaborate in Unity?

My friend and I want to work on a Unity project together but we do not know-how. How would my friend and I both be able to have access to the files and the proj

How to trigger a workflow from another workflow using GitHub Actions?

I want to read version from a file and create tag as v11.0.5.1.aws using the workflow . Then I

Setup Branches with GIT

I have various things I've written, and rewritten a couple times, without keeping track, and git seems the perfect solution to merge my disjointed code. However

Is a small breaking change enough to do a Major Version Upgrade while using SemVer?

I am new to the concept of SemVer. It's seems like very promising idea to implement in my current project. According to the SemVer concept, if a project is name

Terminal Git Status showing different than Visual Studio status

I've been at this for a couple of days and I can't figure this out. When I run git status on my terminal, it's giving me a different result than what my visual

BackgroundService not restarted by SCM

Goal: Running a .net 6.0 BackgroundService on Windows that is restarted automatically when an unhandled exception occurs. Minimal example: Program.cs IHost host

When I try to pull or push in GitHub, I am getting an error message: "Please use a personal access token instead."

I am using the version control as GitHub through SourceTree, but it is getting failed from 13th August, the below is the error I am getting from GitHub. remote

jmeter guidelines for Git version control

In our organization we have being using jmeter since 4 years. In this time we created, manage and execute our jmx scripts through a network drive to share and w

How to insert git info in environment variables using Vite?

How to get information from git about current branch, commit date and other when using Vite bundler?

Database-style migrations for OS files

I'll admit this is an odd question as I'm writing, but I'm curious if such a solution exists or not. Basically, I want to run database-style migrations on files