mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00

Use this script where you would previously use SVN export. Steps: 1. cd <your gmod addons folder> 2. git clone <your local wire git repository directory> 3. cd wire 4. ./gitrid.sh Remember to put windows paths (with backslashes and such) in quotes on git bash
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/sh
|
|
echo "git (`git describe --always`)" > data/wire_version.txt
|
|
rm -rf .git
|