Is there a simple way to get a diff on the working directory using the Git Extensions UI (besides the Commit dialog)?
It feels like View Diff should allow me to diff between my working directory and a commit version. However it seems to only want to show me my commit history.
I am a recovering Tortoise Git user, and I'm used to having a "Working Directory" pseduo-commit in my commit log UI. Is there anything in Git Extensions that works similarly to this?
GIT Extensions is a distributed version control system enabling a user to robustly manage a collection of source files and the changes made in them. The changes made are shown in the History of changes. Users can make changes by accessing a Central repository called remote repository and committing the changes to it.
Staging changes in Git Extensions is the same as using git add on the Git command line. You can stage the changes you want to commit by selecting the files in the top-left or “Unstaged changes” pane and pressing the Stage button or pressing the [S] key.
Control panel->credential manager->windows credentials->update github with new credentials (Edit) and give new password. Close and reopen Git Extensions and then try to push your changes again, it'll work.
GitExtensions has a setting to enable the 'pseudo-commit' your mention. Just go to settings, open the tab Git Extensions en check the option 'Show current changes in revision graph'.
This option is disabled by default.
The answer from Henk is great for older versions of GitExtensions. However, I am using version 2.51 and the steps are different. Here are the steps I took:
In latest versions (I have version 3.3.0) this option is moved from settings to View -> Show artificial commits
menu.
You will see local changes when select Working directory
pseudo-commit in commit graph.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With