TortoiseGit - where is the reset option for a branch? - tortoisegit

I am using TortoiseGit 64 bit version on Windows 10. I know it has a reset option because the documentation talks about it. However, I cannot find the menu option for "Reset". I have searched the preferences to see if it needed to be added but I cannot find it anywhere. Here is a screen capture of my TortoiseGit menu.

Right now, the reset dialog can only be opened using the log dialog context menu.
cf. https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html

To add onto MrTux,
Go to the log dialog, right click on the commit you want to revert to and there should be a 'reset "current branch" to this' popup. If you want to clear all local changes in favor for this commit, then perform a Hard reset.

I had the same problem but couldn't figure it out from the answer here.
But the way I did it was, after I did a fetch there was the option to do a reset in the dropdown in the bottom corner of the dialog

Related

TortoiseGit: Context menu not showing git sync option

Yesterday i find out that the sync option and the pull otion have disapeared from my TortoiseGit context menu. I tried checking them in the context menu but they where already checked. I also tried to uninstall TortoiseGit and install it again but it doesn't fix the problem.
Does anybody know what the problem could be?
Please read title for "Context menu 2". It states "Hide the selected items on the context menu".
That is the reason why those options are hidden by default.
Cf. https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-look-feel and https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-look-feel-extended

WebStorm - prevent search window from closing

I am using WebStorm. Every time I open the search window (of WebStorm) it is closed when I switch between the window/ tabs of the computer.
How can I prevent that and keep the window open when I get back to WebStorm?
Assuming that by "search window" you mean the "Find in Path" functionality which got a new design in 2017.1...
When switching between the apps -- it's a bug in 2017.1 -- it's fixed and should be available in 2017.1.1
If the question is about "it closes when clicking outside of new search popup (e.g. in the code)" then please follow IDEA-168640 ticket (star/vote/comment) to get notified on any progress.
P.S. You may revert to the old style dialog if you so desire:
-Dide.find.as.popup=false in Help | Edit Custom VM Options will restore the original dialog.
clicking on the "Pin" icon in the upper right helped me.
Reference: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000138864/comments/5995088437906

Do not show pull window TortoiseGit

I do need to pull a lot, and now I need to click Git Pull, click OK and then it pulls. Is there an option to skip this window? I never change the pull options so it has no use for me.
I've searched the settings but I can't find it anywhere..
Using TortoiseGit 1.8.15.0
Perhaps using Git Synchronization dialog.
Right click on you repo and click context menu item Git Sync....
Show you:
Then, keep this dialog opened.
If that button does not present Pull for you, using the drop menu to select Pull.

TortoiseGit skipping rebase (wrong preference)

After latest update of TortoiseGit, there is added preference to automatically skip rebasing/fast-forwarding when there is nothing to rebase. I accidentally chose this option in dialog but TortoiseGit enabled it permanently and I can't change it back.
Do you know of any way how to reset this preference?
Do you know how to reset all TortoiseGit preferences or where they are stored? (Uninstall didn't help.)
Thank you!
I had the same problem and I think I have discovered where the settings are saved.
You should open regedit and go to:
HKEY_CURRENT_USER\Software\TortoiseGit
There you will find a DWORD setting:
OpenRebaseRemoteBranchUnchanged
And there is also a similar one which mentiones fast forward. You can delete both of them and the prompt window will reappear again.

Restore top panel in NetBeans

I'm using NetBeans for my work. Suddenly top panel disappeared from all windows. I'm talking about panel where you can switch between current source and local history. See screenshot for better understanding: http://i62.tinypic.com/v8hdnp.png
As you can see i'm using latest stable version of NetBeans. Do i accidentally pressed some key combination that removed that panel or this is a bug?
Thanks
Found the solution. Right click on line numbers panel and then check "Show Editor Toolbar" option.
http://i58.tinypic.com/332c61g.png

Resources