A Pen by Brian Burns on CodePen.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
:: giti | |
:: view and modify .gitignore file | |
:: -------------------------------------------------------------------------------- | |
@echo off | |
rem -h option: show help | |
if "%1" == "-h" ( |
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
:: setr | |
:: Set an environment variable in the current session and the registry. | |
:: https://gist.github.com/bburns/d1572eee7be76b1dd5e3#file-setr-bat | |
:: -------------------------------------------------------------------------------- | |
:: Set, delete, or show value of an environment variable in the local | |
:: environment *and* the user registry. | |
:: Combines set, setx, and reg commands. |