Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 852 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 852 Bytes

gmove

a super simple git tag switcher for presentations.

First of all, gmove is almost to small to bother a githubb repo for it. But I thought some might want to modify it, so why not...

gmove is basically a tool used to switch between git tags while stashing the changes you made while you are in detached state after checking out a tag.

The original indention of the author is for code demos, but feel free do use it for whatever you want.

For how to use it for code demos, see the original blog post here: http://blog.jsimon.at/2012/11/git-for-code-demos-introducing-gmove/

technology

gmove is written in python, and is a simple shell script wrangling some git commands together to one useful for that usecase. The basic idea for that script is actually copied from http://www.jperla.com/blog/post/a-clean-python-shell-script