Category results for: Tools

Posted on , Development

How to Change Git Branches on a Site Deployed with Forge

When Forge provisions a site, it uses a shallow clone of a single branch. This method prevents switching to other branches later. This approach is helpful for performance. Nonetheless, it can be limiting. This limitation arises when you need to test or deploy from a different branch on a staging or test server. Here’s how…

Posted on , Development

Setting Up a Cloudflare Tunnel with Wildcard Support

Cloudflare Tunnel is an excellent tool to expose your local websites to the public securely. It eliminates the need to configure a traditional VPN or public IP addresses. Here’s a step-by-step guide on how to set up a Cloudflare Tunnel and use a wildcard to access multiple local sites: Step 1: Create a Cloudflare Account…