Skip to content

Instantly share code, notes, and snippets.

View MRezaKarimi's full-sized avatar

Mohammad Reza Karimi MRezaKarimi

  • 17:55 (UTC +03:30)
View GitHub Profile
@MRezaKarimi
MRezaKarimi / git-sw
Last active October 8, 2023 10:21 — forked from mgaitan/git-sw
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