Skip to main content
0 votes
0 answers
45 views

Not executed git pull in Git Extension

Switched to my local development branch, I press the pull merge button. But the changes made to the main branch are not pulled into my branch. If I execute git pull in the console, the changes will be ...
Ambasador's user avatar
  • 377
0 votes
0 answers
143 views

Add a "note" to a Git commit

One of the key issues I keep having at my work, is to keep track which Git commit corresponds with the update at customer premises. ... and now I think "But what if I could add a note (like a ...
Dominique's user avatar
  • 17.7k
0 votes
0 answers
44 views

Git-Extensions GUI produces different output as Git console

I've written a custom diff command for reading a proprietary file type *.hdict, which would otherwise be treated as a binary file to be used in Git Extensions 5.1.1.17970. .gitconfig: [diff "...
Vladimir Perković's user avatar
0 votes
0 answers
21 views

Git Extensions showing my own repo under submodules

I created a repo using Git Extensions (v4.2). The submodules pane shows my own repo under Submodules icon, although I do not have any submodules in my repo. The image attached shows this behavior. I ...
Saif Butt's user avatar
1 vote
0 answers
53 views

"git log --all" - show multiple stashes

While using git, I noticed that my git GUI client (Git Extensions) shows all stashes I have if "show unrelated histories" is enabled - see below screenshot. However, when looking at "...
Josh Brunton's user avatar
-1 votes
1 answer
73 views

File is added to .gitignore but is still shown in "Working directory changes" [duplicate]

I'm working with files with a specific filename, something like: Site/Product Client/Modules/Product.Customer.Client.dll (The words "Product" and "Customer" are replaced by ...
Dominique's user avatar
  • 17.7k
0 votes
1 answer
36 views

There is a repository for the Administrator folder on my system when I didn't create one

The git repository at "c:\Users\Administrator" has too many active changes, only a subset of Git features will be enabled. Would you like to add "node_modules" to .gitignore? This ...
Shri's user avatar
  • 1
0 votes
2 answers
124 views

GIT-Extensions: how to set "origin" branch on a previous value?

I have a "dev" branch, local as well as remote (origin), and I would like to set the remote branch on a previous commit: Current situation (GIT-extensions screenshot): I would like the &...
Dominique's user avatar
  • 17.7k
0 votes
0 answers
42 views

Git Extensions: view WEBP as images?

I made a commit that contained images in PNG and WEBP formats. I was surprised to find that Git Extentions in the commit window shows PNG as images, and WEBP as binary files. I looked in the Git ...
Andrey Epifantsev's user avatar
0 votes
0 answers
51 views

Why is it not possible for me to stage my directory, using Git-Extensions?

I'd like to add a directory, containing quite some files, to my Git repository, but I can't even stage it. In GIT-Extensions, it looks as follows: The "description" part looks as follows: ...
Dominique's user avatar
  • 17.7k
0 votes
1 answer
29 views

How to combine a list of files, which is broken while being stashed?

I'm working with Git Extensions. I wanted to stash some files, but while this was being done, I interrupted that process and now I have some files being stashed (in stash@{0}) and some in my "...
Dominique's user avatar
  • 17.7k
0 votes
3 answers
825 views

In Git for Windows 2.42 / Git Extensions for Windows 4.2.0, how can we disable the Git CLI stdin wrapper?

I am using Git and Git Extensions for Windows for version control. A part of my workflow is that I open the Git bash from within Git Extensions to work on the command line. One of the commands I often ...
Binarus's user avatar
  • 4,475
0 votes
1 answer
157 views

Stash just one file with GitExtension

I have sample SpringBoot application with just two classes, just for test the manage stash feature of Git Extensions 3.5.4.12724. I know this question has been asked several times here and I have read ...
CoderJammer's user avatar
4 votes
2 answers
37k views

"Authenticator provider $SSH_SK_PROVIDER did not resolve" message when trying to connect to GitHub

I am trying to migrate my software development environment to a new machine. My team uses GitHub as our code repository, and I access it via Git Extensions to do push, pull, etc. On the new machine, ...
Todd Hoatson's user avatar
0 votes
1 answer
46 views

Are GIT Bash command "git remote prune origin" and Git-Extensions popup command "Fetch and prune" equal?

In my company, management is using GIT Bash while I am using Git-Extensions. According to a procedure, I need to launch the GIT Bash command git remote prune origin. In Git-Extensions, there is a ...
Dominique's user avatar
  • 17.7k

15 30 50 per page
1
2 3 4 5
29