<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alexis Zamanidis</title>
    <description>The latest articles on DEV Community by Alexis Zamanidis (@alexiszamanidis).</description>
    <link>https://dev.to/alexiszamanidis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F856035%2F24f7504b-4a3d-492c-98ee-57a13b3fbb33.png</url>
      <title>DEV Community: Alexis Zamanidis</title>
      <link>https://dev.to/alexiszamanidis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexiszamanidis"/>
    <language>en</language>
    <item>
      <title>Why I Built My Own Bio Page Instead of Using Linktree</title>
      <dc:creator>Alexis Zamanidis</dc:creator>
      <pubDate>Sun, 19 Jul 2026 16:14:19 +0000</pubDate>
      <link>https://dev.to/alexiszamanidis/why-i-built-my-own-bio-page-instead-of-using-linktree-4gg</link>
      <guid>https://dev.to/alexiszamanidis/why-i-built-my-own-bio-page-instead-of-using-linktree-4gg</guid>
      <description>&lt;h1&gt;
  
  
  Why I Built My Own Bio Page Instead of Using Linktree
&lt;/h1&gt;

&lt;p&gt;If you're a software engineer, chances are you've spent countless hours crafting the perfect portfolio.&lt;/p&gt;

&lt;p&gt;Projects. Experience. Tech stack. Timeline. Blog posts. Contact information.&lt;/p&gt;

&lt;p&gt;Everything is there.&lt;/p&gt;

&lt;p&gt;And that's exactly the problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;A portfolio and a bio page serve two completely different purposes.&lt;/p&gt;

&lt;p&gt;When someone visits your portfolio, they're usually interested in learning about you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What have you built?&lt;/li&gt;
&lt;li&gt;What technologies do you use?&lt;/li&gt;
&lt;li&gt;What's your professional experience?&lt;/li&gt;
&lt;li&gt;Can you solve the problem they're hiring for?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They're willing to spend a few minutes exploring.&lt;/p&gt;

&lt;p&gt;But not every visitor has that intention.&lt;/p&gt;

&lt;p&gt;Sometimes people just want &lt;strong&gt;one thing&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Maybe they scanned your QR code at a meetup.&lt;br&gt;
Maybe they found you on social media.&lt;br&gt;
Maybe they're reading one of your articles.&lt;br&gt;
Maybe you shared your profile in a Discord server.&lt;/p&gt;

&lt;p&gt;In those cases, nobody wants to navigate through your entire portfolio just to find your GitHub or LinkedIn.&lt;/p&gt;

&lt;p&gt;They just want the link.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Didn't Use Linktree
&lt;/h2&gt;

&lt;p&gt;There are already plenty of services that solve this problem:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linktree&lt;/li&gt;
&lt;li&gt;Bento&lt;/li&gt;
&lt;li&gt;Carrd&lt;/li&gt;
&lt;li&gt;Beacons&lt;/li&gt;
&lt;li&gt;and many more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They're all good products.&lt;/p&gt;

&lt;p&gt;But as developers, we often have different priorities.&lt;/p&gt;

&lt;p&gt;I wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete control over the design&lt;/li&gt;
&lt;li&gt;My own domain&lt;/li&gt;
&lt;li&gt;The exact colors and branding as my portfolio&lt;/li&gt;
&lt;li&gt;Zero unnecessary features&lt;/li&gt;
&lt;li&gt;No vendor lock-in&lt;/li&gt;
&lt;li&gt;The freedom to change anything whenever I want&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly, I wanted the experience to feel like it belongs to &lt;strong&gt;my personal website&lt;/strong&gt;, not to a third-party service.&lt;/p&gt;

&lt;h2&gt;
  
  
  Keeping the Same Identity
&lt;/h2&gt;

&lt;p&gt;My portfolio already has its own visual identity.&lt;/p&gt;

&lt;p&gt;Changing fonts, colors, spacing, and animations just because someone clicked a different URL felt wrong.&lt;/p&gt;

&lt;p&gt;So the bio page keeps the same design language.&lt;/p&gt;

&lt;p&gt;When someone moves from the bio page to the portfolio, it feels like they're still inside the same website.&lt;/p&gt;

&lt;p&gt;Consistency matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Different Pages for Different Intentions
&lt;/h2&gt;

&lt;p&gt;Instead of trying to make one page do everything, I separated the two experiences.&lt;/p&gt;

&lt;h3&gt;
  
  
  Portfolio
&lt;/h3&gt;

&lt;p&gt;The portfolio is for people who want to know more about me.&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;My projects&lt;/li&gt;
&lt;li&gt;Experience&lt;/li&gt;
&lt;li&gt;Skills&lt;/li&gt;
&lt;li&gt;Articles&lt;/li&gt;
&lt;li&gt;Background&lt;/li&gt;
&lt;li&gt;Contact information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's where the story lives.&lt;/p&gt;

&lt;h3&gt;
  
  
  Bio Page
&lt;/h3&gt;

&lt;p&gt;The bio page is intentionally simple.&lt;/p&gt;

&lt;p&gt;Its job is to answer one question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Where's the link I'm looking for?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;No long descriptions.&lt;/p&gt;

&lt;p&gt;No scrolling through projects.&lt;/p&gt;

&lt;p&gt;No reading my life story.&lt;/p&gt;

&lt;p&gt;Just quick access to the places people usually want:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;LinkedIn&lt;/li&gt;
&lt;li&gt;DEV&lt;/li&gt;
&lt;li&gt;Email&lt;/li&gt;
&lt;li&gt;Portfolio&lt;/li&gt;
&lt;li&gt;Other important links&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Fast in.&lt;/p&gt;

&lt;p&gt;Fast out.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Small Change Improved My Workflow
&lt;/h2&gt;

&lt;p&gt;Since creating the bio page, I've started sharing it much more often.&lt;/p&gt;

&lt;p&gt;Instead of asking myself:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Should I send my portfolio or my GitHub?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I simply send the bio page.&lt;/p&gt;

&lt;p&gt;It becomes the universal entry point.&lt;/p&gt;

&lt;p&gt;If someone wants my GitHub, it's there.&lt;/p&gt;

&lt;p&gt;If they want LinkedIn, it's there.&lt;/p&gt;

&lt;p&gt;If they decide they want to learn more about me, they can continue to my portfolio with one click.&lt;/p&gt;

&lt;p&gt;Everyone gets what they came for.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Small UX Lesson
&lt;/h2&gt;

&lt;p&gt;As developers, we often think about &lt;strong&gt;what information we want to present&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead, we should ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What information is the visitor trying to find?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Those are two very different questions.&lt;/p&gt;

&lt;p&gt;Reducing friction is often more valuable than adding more content.&lt;/p&gt;

&lt;p&gt;Sometimes the best user experience isn't another feature.&lt;/p&gt;

&lt;p&gt;It's one fewer click.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Your portfolio doesn't have to solve every problem.&lt;/p&gt;

&lt;p&gt;Sometimes a dedicated landing page with your most important links is all people need.&lt;/p&gt;

&lt;p&gt;For me, the setup now looks like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bio page&lt;/strong&gt; → the starting point for quick access.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portfolio&lt;/strong&gt; → the place for anyone who wants to dive deeper.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's a small change, but it better matches how people actually interact with personal websites.&lt;/p&gt;

&lt;p&gt;Have you separated your portfolio from your "link in bio" page, or do you use a single page for everything? I'd love to hear how others approach this.&lt;/p&gt;

&lt;p&gt;If you're curious, here's my implementation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 Bio page: &lt;a href="https://bio.alexiszamanidis.com" rel="noopener noreferrer"&gt;https://bio.alexiszamanidis.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💼 Portfolio: &lt;a href="https://alexiszamanidis.com" rel="noopener noreferrer"&gt;https://alexiszamanidis.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm always interested in seeing how other developers structure their personal sites, so feel free to share yours in the comments.&lt;/p&gt;

</description>
      <category>bio</category>
      <category>linktree</category>
      <category>portfolio</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Handling Incomplete GitHub Issues in Your Open Source Project</title>
      <dc:creator>Alexis Zamanidis</dc:creator>
      <pubDate>Tue, 19 Aug 2025 23:26:24 +0000</pubDate>
      <link>https://dev.to/alexiszamanidis/handling-incomplete-github-issues-in-your-open-source-project-13</link>
      <guid>https://dev.to/alexiszamanidis/handling-incomplete-github-issues-in-your-open-source-project-13</guid>
      <description>&lt;p&gt;If you maintain an open source project, you’ve probably seen this scenario: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Someone opens a GitHub issue with almost no details.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You get something like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“It doesn’t work!”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;No steps to reproduce, no environment info, not even the version they’re using. Frustrating, right?  &lt;/p&gt;

&lt;p&gt;For maintainers, these vague issues can become a huge time sink. You spend more time chasing details than actually solving the problem.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this happens
&lt;/h2&gt;

&lt;p&gt;Many contributors are new to GitHub or open source. They know there’s a problem but don’t know &lt;strong&gt;what information is important&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;As a project maintainer, it’s up to you to &lt;strong&gt;make it easy for them to communicate clearly&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Your solution: GitHub Issue Templates
&lt;/h2&gt;

&lt;p&gt;If you have an open source project, &lt;strong&gt;issue templates&lt;/strong&gt; are your best friend. They guide contributors to provide the right details upfront.  &lt;/p&gt;

&lt;p&gt;For example, a &lt;strong&gt;Bug Report Template&lt;/strong&gt; can ask for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Steps to reproduce
&lt;/li&gt;
&lt;li&gt;Expected vs. actual behavior
&lt;/li&gt;
&lt;li&gt;Environment details (OS, browser, versions)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A &lt;strong&gt;Feature Request Template&lt;/strong&gt; can ask for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Motivation for the feature
&lt;/li&gt;
&lt;li&gt;Use cases
&lt;/li&gt;
&lt;li&gt;Possible implementation ideas
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By providing a clear structure, you reduce back-and-forth and get issues that are actionable from day one.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it looks when a contributor creates a new issue
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Create new issue&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fetglo17h963x2tedzmu1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fetglo17h963x2tedzmu1.png" alt=" " width="798" height="177"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bug Report&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ic21pz25o04ofdaqzd8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ic21pz25o04ofdaqzd8.png" alt=" " width="800" height="643"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  My experience as a maintainer
&lt;/h2&gt;

&lt;p&gt;After adding issue templates to my projects, I noticed a huge improvement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Contributors provided detailed information from the start
&lt;/li&gt;
&lt;li&gt;Debugging and fixing issues became faster
&lt;/li&gt;
&lt;li&gt;Overall collaboration improved
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even a small project benefits from templates: they save time, reduce frustration, and keep your community happy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Takeaway
&lt;/h2&gt;

&lt;p&gt;If you maintain an open source project, &lt;strong&gt;don’t wait for contributors to “figure it out.”&lt;/strong&gt; Set up GitHub issue templates.  &lt;/p&gt;

&lt;p&gt;It’s a simple way to improve communication, streamline your workflow, and help your project thrive.  &lt;/p&gt;

&lt;p&gt;Open source works best when everyone knows how to collaborate effectively, and issue templates make that easy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Bonus: How to add an issue template on GitHub
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Go to your repository on GitHub.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Settings → Issues → Set up templates&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;Bug report&lt;/strong&gt;, &lt;strong&gt;Feature request&lt;/strong&gt;, or &lt;strong&gt;Custom template&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Fill out the sections to guide contributors.&lt;/li&gt;
&lt;li&gt;Save and commit the template.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, every new issue will prompt the contributor to fill out the relevant details.&lt;/p&gt;

</description>
      <category>github</category>
    </item>
    <item>
      <title>VS Code Git Worktrees</title>
      <dc:creator>Alexis Zamanidis</dc:creator>
      <pubDate>Sun, 01 May 2022 09:15:27 +0000</pubDate>
      <link>https://dev.to/alexiszamanidis/git-worktrees-in-vs-code-1cka</link>
      <guid>https://dev.to/alexiszamanidis/git-worktrees-in-vs-code-1cka</guid>
      <description>&lt;h1&gt;
  
  
  VS Code Git Worktrees
&lt;/h1&gt;

&lt;p&gt;A Wrapper for Git Worktree Operations that provides an interactive API so developers can have a better experience.&lt;/p&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alexiszamanidis/vscode-git-worktrees" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=GitWorktrees.git-worktrees" rel="noopener noreferrer"&gt;Marketplace&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Purpose of the extension
&lt;/h3&gt;

&lt;p&gt;After creating a ZSH plugin that was responsible for wrapping up my daily git operations(&lt;a href="https://github.com/alexiszamanidis/zsh-git-fzf" rel="noopener noreferrer"&gt;zsh-git-fzf&lt;/a&gt;), I found myself very often switching between the terminal and my main Editor(VS Code). So I decided to create an extension for my main Editor that would help me avoid switching between them and keep everything in one tool.&lt;/p&gt;

&lt;h3&gt;
  
  
  Requirements
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  Git version: 2.34.1&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Supported operations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;git worktree add [new-branch] [remote-branch]&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Create a new worktree&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Behavior&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  If you do not select a remote branch(&lt;code&gt;ESC&lt;/code&gt;), you will create a new worktree with the new branch you typed. This was made for convenience, instead of having &lt;code&gt;git worktree add master master&lt;/code&gt;, you can just run &lt;code&gt;git worktree add master&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;git worktree list&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Display all worktrees and switch between them&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;git worktree remove [worktree-name]&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Remove a worktree&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Behavior&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  If you have untracked or modified files a Popup will be shown at the bottom left of the screen.

&lt;ul&gt;
&lt;li&gt;  If you want to force delete the worktree with the untracked or modified files, just click &lt;code&gt;Force delete&lt;/code&gt; on the Popup&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Restrictions&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  You cannot delete the same Worktree as the one you are currently working on&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Getting started
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Install &lt;a href="https://marketplace.visualstudio.com/items?itemName=GitWorktrees.git-worktrees" rel="noopener noreferrer"&gt;Git Worktree&lt;/a&gt; VS Code extension&lt;/li&gt;
&lt;li&gt;  Open the palette: &lt;code&gt;CTRL + SHIFT + P&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;  Search for any available operations

&lt;ul&gt;
&lt;li&gt;  Prefix: &lt;code&gt;Git Worktree:&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Features/Operations/Error
&lt;/h3&gt;

&lt;p&gt;If you are not able to see the GIFs in the post, take a look at GitHub &lt;a href="https://github.com/alexiszamanidis/vscode-git-worktrees#featuresoperationserror" rel="noopener noreferrer"&gt;README&lt;/a&gt; and open each GIF in a new tab.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Worktree Add (Create)&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa3b6j1fgltboadj8xsno.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa3b6j1fgltboadj8xsno.gif" alt="worktree-add" width="690" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Worktree List (Switch)&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp6w5xrk3fyz48w2sxwe8.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp6w5xrk3fyz48w2sxwe8.gif" alt="worktree-list" width="720" height="348"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Worktree Remove&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk65a5nooh9z3wnzupix3.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk65a5nooh9z3wnzupix3.gif" alt="Worktree remove" width="720" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Error&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If anything goes wrong a Popup will be shown at the bottom left of the screen&lt;/p&gt;

&lt;p&gt;If you see anything weird, please open an &lt;a href="https://github.com/alexiszamanidis/vscode-git-worktrees/issues" rel="noopener noreferrer"&gt;issue&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fer8opgyf0xzz3uzc95es.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fer8opgyf0xzz3uzc95es.gif" alt="error" width="720" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Properties
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Property&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Default value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;vsCodeGitWorktrees.remove.stalledBranches&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;false&lt;/td&gt;
&lt;td&gt;Removes local(stalled) branches that do not exist on remote&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Contribution
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;  Reporting a bug&lt;/li&gt;
&lt;li&gt;  Improving this documentation&lt;/li&gt;
&lt;li&gt;  Writing tests&lt;/li&gt;
&lt;li&gt;  Sharing this project and recommending it to your friends&lt;/li&gt;
&lt;li&gt;  Giving a star on this repository&lt;/li&gt;
&lt;li&gt;  &lt;a href="https://github.com/alexiszamanidis/vscode-git-worktrees/blob/master/TODO.md" rel="noopener noreferrer"&gt;TODO&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Run the Extension locally&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# install dependencies&lt;/span&gt;
yarn
&lt;span class="c"&gt;# compile code and watch input files&lt;/span&gt;
yarn watch
&lt;span class="c"&gt;# Then, inside the editor, press F5. This will&lt;/span&gt;
&lt;span class="c"&gt;# compile and run the extension in a new Extension&lt;/span&gt;
&lt;span class="c"&gt;# Development Host window.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/alexiszamanidis/vscode-git-worktrees/blob/master/LICENSE" rel="noopener noreferrer"&gt;MIT © Alexis Zamanidis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>worktree</category>
      <category>vscode</category>
      <category>extension</category>
    </item>
  </channel>
</rss>
