-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathdescription.html
56 lines (56 loc) · 2.1 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<strong>Extends Git Integration with additional features</strong>
<br/>
<p>Status display, auto fetch, inline blame annotation, commit dialog completion, behind notifications and more...</p>
<p>For more see <a href="https://github.com/zielu/GitToolBox/wiki/Manual">Manual</a></p>
<br/>
<br/>
<strong>RELEASE_TYPE Release (RELEASE_DATETIME)</strong>
<br/>
<br/>
<strong>Features</strong>
<br/>
<ul>
<li><strong>Git status</strong>:
<ul>
<li>number of ahead / behind commits for current branch as status bar widget</li>
<li>ahead / behind, current branch, tags on HEAD as Project View decoration on modules</li>
<li>status bar widget with detailed information and additional actions</li>
</ul>
</li>
<li><strong>Git blame</strong>:
<ul>
<li>inline blame - show blame for line at caret in active editor</li>
<li>blame details balloon for line at caret</li>
<li>status bar widget with detailed information and additional actions</li>
</ul>
</li>
<li><strong>Auto fetch</strong> -
runs git fetch at fixed intervals
</li>
<li><strong>Push tags on current branch</strong> -
available in VCS / Git
</li>
<li><strong>Behind tracker</strong> -
shows notification when behind count of current branch changes and is non-zero
</li>
<li><strong>Branch name completion in Commit dialog</strong> -
provides branch name completion inside Commit dialog message
</li>
<li><strong>Gitmoji completion in Commit dialog</strong> -
provides gitmoji completion inside Commit dialog message
</li>
<li><strong>Recent branches switcher</strong> -
switch between recently used branches
</li>
<li><strong>Outdated branches cleanup</strong> -
find and remove merged and stale branches
</li>
<li><strong>Git Extender integration</strong> -
can be selected as update action executed from behind tracker popup
</li>
</ul>
<strong>More Information</strong>
<div>
<a href="https://github.com/zielu/GitToolBox">Home</a>
</div>
<br/>