Skip to content

Instantly share code, notes, and snippets.

View TroyWolf's full-sized avatar

Troy Wolf TroyWolf

View GitHub Profile
@mgaitan
mgaitan / git-sw
Last active June 25, 2024 16:49
git smart switch : Like `git switch` but stashing uncommitted changes and recovering them when you are back.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Git smart switch
Like `git switch` but stashing uncommitted changes and recovering them when you are back.
# Install