DuongDucToan01

🌟 gw - Simplify Your Git Workflow

Download gw

πŸš€ Getting Started

gw is a cross-platform command-line tool that simplifies managing your Git workspaces. With gw, you can handle multiple tasks efficiently without getting lost in commands. Follow these simple steps to get started.

πŸ“₯ Download & Install

To install gw, follow these guidelines based on your operating system.

macOS

Windows

For all versions, visit this page to download gw and select the appropriate file for your system.

⚑ Quick Start

Once you have installed gw, you can start using it right away. Here’s a simple workflow to help you get started:

  1. Create a new workspace:

    gw add demo
    
  2. Navigate to the new workspace:

    gw cd demo
    
  3. Create a new file:

    touch demo.md
    
  4. Check the status of your workspace:

    gw status
    
  5. Apply changes:

    gw apply demo
    

Tip

Jump to the root of your repository quickly by using the command:

gw cd

🧭 Common Navigation

Here are some useful commands for navigating your workspaces:

gw cd root
gw cd <name>

Replace <name> with the name of your workspace.

For a smoother experience, configure shell integration so that the gw cd command changes your current directory automatically. This integration works with various shells without prompting you for setup.

Run:

gw shell-init --install

If you want to make this fully automatic during your current session, use:

eval "$(gw shell-init)"

To view the integration script without installing, run:

gw shell-init <shell>

Replace <shell> with bash or zsh as needed.

🌟 Features

πŸ’‘ Use Cases

πŸ›  Troubleshooting

If you face issues during installation or while using gw, here are some common solutions:

For more help, visit our GitHub Issues page.

πŸ“ž Support

If you have questions or need assistance, please reach out. You can create an issue on the GitHub repository, and we’ll get back to you as soon as we can.

πŸ”— Additional Resources

Enjoy using gw for a simpler and more organized Git workflow. Visit this page to download gw and start today!