Creating a Git LFS-enabled Repository for Unity Projects
Mirroring a Unity Project into both The Forge and GitHub (for Immersive Media Projects)
https://forge.joshwel.co/mark/common: Template .gitignore
Git LFS .gitattributes
files for Design (Adobe/Figma), Unity, Modelling (Maya/ZBrush/Substance Painter) and Generic Projects
Make a folder or navigate to a folder where you want the repository to be in
Right click on the folder and open PowerShell or Open in Terminal
Run the following:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "<https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1>" | iex