Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stephensabatini
Created November 11, 2021 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephensabatini/01d8454f4a9bcb3f3543b8a29788d935 to your computer and use it in GitHub Desktop.
Save stephensabatini/01d8454f4a9bcb3f3543b8a29788d935 to your computer and use it in GitHub Desktop.
Creates a folder alias in Windows for codebases that don't follow normal architecture practices.
cmd /c mklink /J .\app\public\ .\code\wordpress\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment