Category "git"

Are there some rebase best practices with multiple pushes?

I started a new job at the beginning of the year, whose git practices are different than what I am used to, and I keep running into problems. The documented pro

problem when fix error git : "Support for password authentication was removed", there are no github internet password in Keychain Access?

I installed git on my Mac and checked it on terminal by command git version, it showed me this : git version 2.35.1 So maybe it is ok. When I tried to push a f

Any way to avoid git checkout -f "warning directory is not empty"?

I have a git repository that contains multiple branch that diverged a lot. When I say diverged it means that each branch can contain new folder or submodule and

Github reads previously merged files as new file changes

Admittedly I don't understand Git well enough, so I'd really appreciate someone's help here. Situation: We are working off feature branches, branched from test

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

List files in which a word has disappeared

So, say I have two branches old_release (containing an old release) and new_release (containing a new release). In the old release there was a tool called cook,

Git checkout remote branch deleted locally

In one of my systems while working on a project, I made changes and pushed it. Now I have a new system with all the same ssh/user details, I cloned that project

What does *105 rebase-i 1/8 ?1 mean?

I get the following every time Im on my master branch. Does anyone know what it means? on master *105 rebase-i 1/8 ?1

Pushing git tag to ssh protocol type link failes in jenkins

I have a repo: https://github.com/Elydasian/gatling-example I have a pipeline in jenkins ready, that checks out that repo, and after some building and whatnot,

Git pre-merge-commit hook : How do I ignore a file during a merge?

Context I'm working in a complex git flow where some specific branches get specific submodules and some specific config files that require to be committed, but

Git: Merge Specific File from Specific Commit

I have one version of a file at commit "#abc123" and the current version of the same file locally. I want to MERGE, NOT REVERT, the two versions for only this f

Git not working properly in Android studio, not showing changes for XML files

I have been having an issue, git does not recognize changes on any XML file on Android Studio, for example, androidManifest.xml, or any XML file on the res fold

How to move a module from a project to its own separate project in intelliJ or git?

I have a gradle project with a structure like this: project2 -submod1 -submod2 -submod3 -submod4 I want to move submod2 to its own gradle project with its

How to change current branch in git from master to main

It is common to change main branches from the old pattern master to main. This can be easily done remotely (GitHub offers a graphical way to do it), but... what

How to handle changed database structures in Liquibase when switching between Git branches

Imagine I have a USER MySql table with the rows id, name, email, address in the 'main' Git branch. I create a new feature branch and decide the 'address' column

Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied

Help me please, I am trying to run this in my terminal: asgard@asgard-A7N8X2-0:~/CollegePortal$ git pull error: cannot open .git/FETCH_HEAD: Permission denied

create pull request from branch to Empty branch

I have a branch that contains the work and want to pull a request into another branch - master - and this is an Empty branch it's recover something like this :

Git: list only "untracked" files (also, custom commands)

Is there a way to use a command like git ls-files to show only untracked files? The reason I'm asking is because I use the following command to process all del

OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run git lfs install followed by git lfs pul

I'm using Jupyter Labs on AWS SageMaker. Kernel: conda_pytorch_p36 and did Restart & Run All. I git cloned this repo. Attempt at installing git-lfs: !curl -

Is there a way to tell git to give me the commit which moved a line in a file?

I have a log that shows a stack trace. Each line in the stack trace shows the function called, filename and line number. Thing is, is that these don't align wi