Skip to content

Instantly share code, notes, and snippets.

View bauertim's full-sized avatar

Tim Bauer bauertim

View GitHub Profile
@bauertim
bauertim / gist:d87ee9e941d495dcd6b4845df7482c94
Created October 2, 2025 12:49
Odoo Switch Branch (pull, stash)
#!/bin/bash
# Usage:
# ./switch_odoo_branch.sh 18.0
# ./switch_odoo_branch.sh 19.0 --stash
if [ -z "$1" ]; then
echo "❌ Please provide the branch to switch to (18.0 or 19.0)"
exit 1
fi