You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* git-graph.graphColours - Specifies the colours used on the graph.
10
+
* git-graph.graphStyle - Specifies the style of the graph.
11
+
* git-graph.dateFormat - Specifies the number of commits to initially load.
12
+
* git-graph.initialLoadCommits - Specifies the number of commits to initially load.
13
+
* git-graph.loadMoreCommits - Specifies the number of commits to load when the "Load More Commits" button is pressed (only shown when more commits are available).
14
+
* git-graph.showStatusBarItem - Show a Status Bar item which opens Git Graph when clicked.
15
+
* git-graph.showUncommittedChanges - Show uncommitted changes (set to false to decrease load time on large repositories).
View a Git Graph of your repository in Visual Studio Code. Configurable to look the way you want!
4
+
5
+

6
+
7
+
## Features
8
+
9
+
* Git Graph Visualisation
10
+
* Display Local & Remote Branches
11
+
* Display Refs: Heads, Tags & Remotes
12
+
* Display Uncommitted Changes
13
+
* Configurable settings (e.g. graph style, branch colours, and more...)
14
+
* "Git Graph: View Git Graph" launch command in the Command Palette
15
+
* "Git Graph" launch button in the Status Bar
16
+
17
+
## Extension Settings
18
+
19
+
This extension contributes the following settings:
20
+
21
+
*`git-graph.graphColours`: Specifies the colours used on the graph.
22
+
*`git-graph.graphStyle`: Specifies the style of the graph.
23
+
*`git-graph.dateFormat`: Specifies the number of commits to initially load.
24
+
*`git-graph.initialLoadCommits`: Specifies the number of commits to initially load.
25
+
*`git-graph.loadMoreCommits`: Specifies the number of commits to load when the "Load More Commits" button is pressed (only shown when more commits are available).
26
+
*`git-graph.showStatusBarItem`: Show a Status Bar item which opens Git Graph when clicked.
27
+
*`git-graph.showUncommittedChanges`: Show uncommitted changes (set to false to decrease load time on large repositories).
28
+
29
+
## Extension Commands
30
+
31
+
This extension contributes the following commands:
32
+
33
+
*`git-graph.view`: Git Graph: View Git Graph
34
+
35
+
## Coming Soon
36
+
37
+
* Interact with commits shown on the Git Graph:
38
+
* View Changes in commit
39
+
* Create Branch from commit
40
+
* Add Tag to commit
41
+
* Checkout Branch
42
+
43
+
## Release Notes
44
+
Detailed Release Notes are available [here](CHANGELOG.md).
0 commit comments