Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get back missing `Local Changes` tab inside `Version Control/Git` tab in Android Studio 4.1?

I recently installed a new AndroidStudio4.1 IDE but it is missing the Local Changes tab inside the Version Control which is now renamed to Git? tab. I only see the Log tab. Is there any shortcut to get the Local Changes tab back? also I would like to have the Pull Requests and Console tabs in there.

I tried deleting all the AndroidStudio related folders from the library but none of that helped.

~/Library/Application Support/AndroidStudio* ~/Library/Application Support/Google/AndroidStudio* ~/Library/Caches/AndroidStudio* ~/Library/Logs/AndroidStudio* ~/Library/Preferences/AndroidStudio* 
like image 401
Omkar Amberkar Avatar asked Jun 01 '20 16:06

Omkar Amberkar


People also ask

How do I enable local changes tab in IntelliJ?

When you open "Commit" tab you can see "Local Changes" and "Shelf" tabs, so the Commit tab contains Local Changes. In the case of the author of a post - he had "Use non-modal commit interface" enabled and we've guided him where he can find "Local Changes" tab.

How do I see local changes in Git PyCharm?

With PyCharm you can restore that change in a couple of clicks. Right-click anywhere in the editor and choose Local History | Show History from the context menu. In the dialog that opens, the left-hand pane shows a list of all saved revisions of the current file with timestamps.

How can I see the Git tab in IntelliJ?

One way to open the Git tool window is to hover over the quick access button in the bottom left of the IntelliJ IDEA window, and select Git. This will open the Git Log tool window. Alternatively, you can use ⌘9 (macOS), or Alt+9 (Windows/Linux), to open the Git Log tool window.


2 Answers

Just disable the following option under File | Settings | Version Control | Commit:

enter image description here

like image 94
Koyasha Avatar answered Oct 02 '22 12:10

Koyasha


The "Local Changes" feature is not removed, it's relocated to the left-side, under project structures, similar to VSCode:

new position of the feature

You can also use CMD+K to open this new tab on macOS. If someone knows the shortcut for Windows or Linux, feel free to add :D

like image 32
user1032613 Avatar answered Oct 02 '22 12:10

user1032613