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
| @echo off | |
| :: Source: https://indigotree.co.uk/automated-wordpress-installation-cmd/ | |
| :: STEPS: | |
| :: 1. Install wp-cli | |
| :: 2. Install composer | |
| :: 3. Install MySQL | |
| :: 4. Configure wp-cli at System PATH | |
| :: 5. Configure composer at System PATH |
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
| [alias] | |
| # --------------------------------- | |
| # Log commands to inspect history | |
| #---------------------------------- | |
| # one-line log | |
| l = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short | |
| # List commits showing changed files is invoked with git ll and looks like this: | |
| ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat |
NewerOlder