3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

Finish removing old gitmodules stuff that should've never lasted this

long
Dieser Commit ist enthalten in:
Zach Brown 2014-11-29 23:59:27 -08:00
Ursprung 299b60f280
Commit af814004a5
2 geänderte Dateien mit 2 neuen und 14 gelöschten Zeilen

2
.gitignore vendored
Datei anzeigen

@ -40,3 +40,5 @@ Spigot-API
Spigot-Server
PaperSpigot-Server
PaperSpigot-API
Bukkit
CraftBukkit

Datei anzeigen

@ -1,14 +0,0 @@
#!/bin/bash
PS1="$"
basedir=`pwd`
function update {
cd "$basedir/$1"
git fetch && git reset --hard origin/master
cd ../
git add $1
}
update Bukkit
update CraftBukkit