Git includes its local climate inside the terminal. All the new highlights are refreshed first at the order line, and just there is the full intensity of Git. Yet, plain content isn't the easiest decision for all undertakings; here and there certain clients are substantially more OK with a point-and-snap interface, a visual portrayal is a thing that they need.
Git GUI is a Tcl/Tk based graphical UI to Git. It centers around permitting clients to make changes to their storehouse by making new submits, altering existing ones, making branches, performing neighborhood blends, and bringing/pushing to far off archives.
Repo actions | |
Create branch | Ctrl+B |
Fetch all | Ctrl+L |
Stage the current file | S |
Stage all files | Ctrl+Shift+S |
Unstaged the current file | U |
Unstaged all files | Ctrl+Shift+U |
Commit staged files with the current message | Ctrl+Enter |
Stage all files and commit with the current message | Ctrl+Shift+Enter |
Focus commit message box | Ctrl+Shift+M |
Navigation | |
Select the next commit in the graph | J or ↓ |
Select previous commit in the graph | K or ↑ |
Select next item in a branch | Shift+↓ Shift+J |
Select previous item in a branch | Shift+↑ Shift+K |
Select first commit in the graph | Ctrl+HOME |
Select the last commit in the graph | Ctrl+END |
Undo | Ctrl+Z |
Redo | Ctrl+Y Ctrl+Shift+Z |
Fuzzy Finder | |
Toggle Fuzzy Finder | Ctrl+P |
Search commits | Ctrl+F |
Open repo via Fuzzy Finder | Ctrl+Shift+O |
Search file to view history and blame | Ctrl+Shift+H |
Focus the left panel filter bar | Ctrl+Alt+F |
Open current repo in terminal | Alt+T |
Open current repo in File Manager | Alt+O |
Open diff or merge tool | Ctrl+D |
Close current repo | Ctrl+W |
Search within the file (if file content has focus) | Ctrl+F |
UI | |
Toggle Fullscreen Mode | Ctrl+Shift+F |
Increase Zoom | Ctrl+"=" Ctrl+"+" |
Decrease Zoom | Ctrl+"−" |
Reset zoom | Ctrl+0 |
Show or hide the left panel | Ctrl+\ |
Focus the search bar | Ctrl+F |
Focus the left panel filter bar | Ctrl+Alt+F |
Close the current panel (if one is open) | Esc |
Tabs | |
New Tab | Ctrl+T |
Close Tab | Ctrl+W |
Swap to Tab #1-9 | Ctrl + #1-9 |
Jump to the next open tab | Ctrl+Tab |
Jump to the previous open tab | Ctrl+Shift+Tab |