Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
| ; Change your hotkey here | |
| ^1:: | |
| DetectHiddenWindows, on | |
| IfWinExist ahk_class Console_2_Main | |
| { | |
| IfWinActive ahk_class Console_2_Main | |
| { | |
| WinHide ahk_clasas Console_2_Main | |
| WinActivate ahk_class Shell_TrayWnd |
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223