https://github.com/seagwave/unity_git_config_template
unity project git version control simpe config
https://github.com/seagwave/unity_git_config_template
github-config templates unity
Last synced: about 1 year ago
JSON representation
unity project git version control simpe config
- Host: GitHub
- URL: https://github.com/seagwave/unity_git_config_template
- Owner: Seagwave
- Created: 2025-04-06T13:10:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-06T13:29:42.000Z (about 1 year ago)
- Last Synced: 2025-04-06T14:31:06.012Z (about 1 year ago)
- Topics: github-config, templates, unity
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 使用方法
### Windows
在unity项目根目录打开powershell然后复制下方代码执行
```powershell
@(".gitattributes", ".gitignore") | ForEach-Object {
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Seagwave/unity_git_config_template/master/$_" -OutFile $_
}
```