File tree Expand file tree Collapse file tree 1 file changed +0
-48
lines changed
src/webviews/apps/welcome Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -84,54 +84,6 @@ export class GlWelcomeApp extends GlAppHost<State> {
8484 < gl-button @click =${ ( ) => this . onStartTrial ( ) } > Start GitLens Pro Trial</ gl-button >
8585 </ div >
8686
87- < div >
88- < h2 > ✨ Key Features</ h2 >
89- < ul >
90- < li >
91- < span > 📝</ span >
92- < strong > Blame Annotations</ strong > - See who changed each line and when
93- </ li >
94- < li >
95- < span > 📊</ span >
96- < strong > Commit Graph</ strong > - Visualize your repository's history
97- </ li >
98- < li >
99- < span > 🔍</ span >
100- < strong > File History</ strong > - Track changes to any file over time
101- </ li >
102- < li >
103- < span > 🌿</ span >
104- < strong > Branch Management</ strong > - Easily manage branches and remotes
105- </ li >
106- < li >
107- < span > 🤖</ span >
108- < strong > AI Features</ strong > - Generate commit messages and explanations
109- </ li >
110- </ ul >
111- </ div >
112-
113- < div >
114- < h2 > 🎯 Next Steps</ h2 >
115- < ul >
116- < li >
117- < span > 1.</ span >
118- Open the < strong > GitLens Home</ strong > view in the sidebar to see your active work
119- </ li >
120- < li >
121- < span > 2.</ span >
122- Try the < strong > Commit Graph</ strong > to visualize your repository
123- </ li >
124- < li >
125- < span > 3.</ span >
126- Hover over any line to see < strong > inline blame</ strong > information
127- </ li >
128- < li >
129- < span > 4.</ span >
130- Explore the < strong > Command Palette</ strong > (Cmd/Ctrl+Shift+P) and search for "GitLens"
131- </ li >
132- </ ul >
133- </ div >
134-
13587 < div >
13688 < p > GitLens ${ this . state ?. version ?? '' } is ready to use!</ p >
13789 </ div >
You can’t perform that action at this time.
0 commit comments