Category "version-control"

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

Is version control possible in AWS Glue ETL jobs?

I am fairly new to AWS Glue. I have tried creating some jobs and it works fine, now i want to take it a step further. Say we have other developers working and n

How to update a Github cloned repository?

I have created a repository on Github, and the cloned from my local machine and also push some code. I cloned that repository from a virtual online machine with

Git Diff at method level

I am looking at getting information on all the methods/function Added , Deleted and Modified between any two commits Notes - Code Base is in Java and on Github

Git how to revert staged /unstaged modified file

In Git(2.16). Suppose, I modified a single file and did not stage yet I would like to revert the file back to original? Also, how can I accomplish this on a sta

Storing secrets and credentials securely in GitLab

I am wondering if it's possible to store credentials like passwords, tokens and keys safely in my GitLab project. Currently there are a bunch of Java files wit

does git pull atomically write files

I can't find anything in the documentation. If I do a git pull, am I guaranteed that the underlying file, resulting of the merge, is atomically written? Some m

Git always ask for username and password in ubuntu

I recently shifted from windows to ubuntu. I'm working on company's repo as collaborator and I do have all permissions. Git was working fine on my windows machi