GIT bundles is a great way to create backups of local branches. This extension for GitExtensions creates item in top menu containg all bundles at specified path. Clicking bundle item maps this bundle as remote. Beside this restore operation, it also contains button to create bundle/backup between current branch head and last commit pushed commit.
- Git Extensions 6.0.2+: This plugin is compatible with Git Extensions 6.0.2 and later
- .NET 9.0 Desktop Runtime: Required by Git Extensions 6.x (Download)
Install via the Git Extensions Plugin Manager:
- Open Git Extensions
- Go to Tools → Settings → Plugins
- Click "Plugin Manager"
- Search for "GitExtensions.BundleBackuper"
- Click Install
| Plugin Version | Git Extensions Version | .NET Runtime |
|---|---|---|
| 6.0.0+ | 6.0.2+ | .NET 9.0 |
| 5.0.x | 3.x | .NET 4.6.1 |
# Prerequisites
- .NET 9.0 SDK or later
# Build
dotnet build src/GitExtensions.BundleBackuper/GitExtensions.BundleBackuper.csproj
# Package
dotnet pack src/GitExtensions.BundleBackuper/GitExtensions.BundleBackuper.csprojSome icons by Yusuke Kamiyamane.
