Skip to content

Instantly share code, notes, and snippets.

@kemus
kemus / launcher_log.txt
Created August 4, 2019 04:42
launcher_log.txt errors using Apotheosis on Forge 28.0.34+
This file has been truncated, but you can view the full file.
[Info: 2019-08-04 04:31:11.0823345: NetQueue.cpp(202)] NetQueue: Setting up.
[Info: 2019-08-04 04:31:11.0826877: Common.cpp(31)] Native Launcher Version: 496
[Info: 2019-08-04 04:31:11.0827243: Common.cpp(32)] Operating System: Windows 10 Home
[Info: 2019-08-04 04:31:11.0828096: Common.cpp(33)] Application Data directory: C:\Users\craven\AppData\Roaming\.minecraft
[Info: 2019-08-04 04:31:11.0828246: Common.cpp(34)] Executable Path: MinecraftLauncher.exe
[Info: 2019-08-04 04:31:11.0828357: Common.cpp(35)] App Directory dir: C:\Program Files (x86)\Minecraft Launcher
[Info: 2019-08-04 04:31:11.0828468: Common.cpp(36)] Game data directory: C:\Users\craven\AppData\Roaming\.minecraft
[Info: 2019-08-04 04:31:11.0828579: Common.cpp(37)] Launcher dir: C:\Program Files (x86)\Minecraft Launcher\game
[Info: 2019-08-04 04:31:11.0828687: Common.cpp(38)] Java dir: C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[Info: 2019-08-04 04:31:11.0828797: Common.cpp(39)] TmpDir dir: C:\Users\craven\AppData\Local\Temp\Minec
@kemus
kemus / pr.md
Created October 20, 2024 16:46 — forked from piscisaureus/pr.md
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: