419 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
2
replies
83
views
Commit old "hobby projects" code stored in local drives to git repository
I have been developing code for hobby projects across ESP8266, Arduino UNO, Python etc. for past 5+ years.
All this code is stored in either local drives of my computer, old hard disks or sent to ...
0
votes
0
answers
76
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 ...
1
vote
0
answers
87
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 "...
-1
votes
1
answer
82
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 ...
0
votes
1
answer
53
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 ...
0
votes
2
answers
183
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 &...
0
votes
0
answers
55
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:
...
0
votes
1
answer
38
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 "...
0
votes
3
answers
970
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 ...
0
votes
1
answer
199
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 ...
5
votes
2
answers
40k
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, ...
0
votes
1
answer
52
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 ...
5
votes
1
answer
4k
views
Find commit in Git Extensions >= 4.0
From Git Extensions version >= 4.0, I cannot find commit anymore using hash from this filter:
Is there a way to find again a commit by hash, wihout using git bash?
3
votes
1
answer
521
views
Push to github using gitextensions The server host key does not match the one putty
I have been using gitExtensions to handle github repositories successfuly for quite a while.
Today, when pushing a version I am receiving the following message
"C:\Program Files\Git\bin\git.exe&...
0
votes
2
answers
44
views
Push to one remote repository only in a multi remote repository local repository
Using an old version of Git Extensions (2.49)
I just tried to cherry pick multiple changes from a secondary remote repository to my local reposity and primary remote repository.
Doing so, I added the ...