This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# ###################################################################################################### | |
# ## Setup as Git Subcommand ## | |
# ###################################################################################################### | |
# ## To enable 'git step' in ALL Git repos via config only: ## | |
# ## ## | |
# ## 1. Save this file as ~/git_step.py (or any path you like). ## | |
# ## ## | |
# ## 2. Run: git config --global alias.step '!python3 ~/git_step.py' ## |