Category "git"

How to push React with .Net core application to heroku?

I have completed making one application using react in front end and .net core at backend. Now I need to publish this repository to heruko. Locally, when I do d

git commit --amend --no-edit

I had already pushed some changes to a remote. Now I need to push some other changes related to the commit that I already pushed, which should be in that commit

Git partial/sparse/narrow fetch and update in Azure Devops Hosted Agent

I am wondering if it's possible to fetch only a single file from a Git repository in order to commit a new change to it. We want to change the file on a Azure D

git push and commit is not working in Vscode

I signed up in vs code with git , did all setup , my repository is loading and showing all the modifications done but the commit and push is not working , as i

Git in Visual studio code says file is modified even when there is no change

I am using the Visual Studio Code for my salesforce development. I have some issues with Git as a repository. When I right-click on the package.xml and say Retr

I am Unable to sign in to VSCode and git is also not working in VSCode

Yesterday, I ran Angular in my vscode terminal. When I tried to close all open files in vscode, I closed the Vscode application. Since then, Git is not working,

Jupyter notebooks + pull requests in bitbucket

Can anyone here share some recommendations and best practices for working with Jupyter notebooks and Bitbucket/git? We have the Notebook viewer plugin installed

How can I visualize per-character differences in Git Gui staged changes view?

Currently it only shows the lines that are different. Is there any way to make it visualize per-character difference inside those lines, same way as it does in

Sudden color change in "git log"

Please consider the following git log alias I use: log --date-order --color-moved --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) -

Different versions of configuration files on remote github repositories (staging/production)

I am setting up a documentation website, using GitHub Pages + Docusaurus (static website generator). There are two github repositories involved: "DOCS" for the

git commit: pre-populate commit subject but still prompt for a commit message [duplicate]

Let's say I'm working on a branch and I run git commit. I am then taken to the commit message prompt where I may enter a commit subject and m

"fatal: Authentication failed" with git-credential-manager

I'm using Azure DevOps for the first time to host my next project. When I created an empty project on Azure Devops, I tried to clone it. While attempting to clo

git flow merge down/left continously

Git flow ensures the following way that changes to master and release eventually end up in develop: hotfixes branch from master and merge back to develop. If t

VSCode, Perforce: "SOURCE CONTROL No source control providers registered."

I'm using VSCode x64 on Win10 x64, and desire to use Perforce with it. I have a Perforce installation on the same machine that already works with both local and

git push fails if history changes in remote

I have scripts which run some git commands and try to push changes. Those changes are not conflicting changes, since each one works with a different file. Now w

How to Access Private Github Repo File (.csv) in Python using Pandas or Requests

I had to switch my public Github repository to private and cannot access files, not with access tokens that I was able to with the public Github repo. I can a

How to install git on Windows 10 without Git Bash or GUI?

I am trying to install Git on Windows 10, but without Git Bash or GUI. I want to use Git in PowerShell and I would like not to bloat my PC. I know the install s

How to preserve files on merge after git revert

We have 3 branches: Master v9.3.0 v9.0.0 We realized that some code on 9.3.0 was wrong and we decided exclude it. So we reverted master to 9.0.0. We created a n

Git cherry pick and then rebase

There's something I don't understand when I rebase after cherry-picking in git. Would someone please tell me what's going on? The scenario like this: I am wo

Re-merge a branch into Master

I created and pushed a branch called Branch-A. Someone merged Branch-A into Branch-B, deleted the changes I added to Branch-A and merged Branch-B into Master. I