Loading

Revision differences

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