5 lines
188 B
Bash
5 lines
188 B
Bash
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
git config --global user.email "yuzu@yuzu-emu.org"
|
|
git config --global user.name "yuzubot" |