Old revision #pdcum3zd7 | New revision #p6i0d6s56 | ||
---|---|---|---|
1 | git clone https://github.com/<your-username>/OpenTTD.git openttd | 1 | git clone https://github.com/<your-username>/OpenTTD.git openttd |
2 | git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks | 2 | git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks |
3 | cd openttd/.git/hooks | 3 | cd openttd |
4 | git remote add upstream https://github.com/OpenTTD/OpenTTD.git | ||
5 | cd .git/hooks | ||
4 | ln -s -t . ../../../openttd_hooks/hooks/* | 6 | ln -s -t . ../../../openttd_hooks/hooks/* |