From e76e6c1fc787fc0ccc66b9569d20fc7d09096636 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sat, 29 May 2021 03:14:52 -0400 Subject: [PATCH] Freenode -> libera --- Typical-Git-Workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typical-Git-Workflow.md b/Typical-Git-Workflow.md index 400ce4f..dd040b8 100644 --- a/Typical-Git-Workflow.md +++ b/Typical-Git-Workflow.md @@ -81,4 +81,4 @@ To append changes to the most recently made commit, simply perform the following * `git push origin new-branch-name --force` 3. Merge your branch in * Always merge using the >merge< button in the GitHub pull request - * If GitHub says the branch cannot be merged automatically, you've likely done something incorrectly (e.g. you did not fully rebase changes from `upstream/master` into your branch). If things don't work for you, don't hesitate to ask us for help @ #yuzu on [freenode](http://webchat.freenode.net/) or @ #yuzu-general on [Discord](https://discordapp.com/invite/u77vRWY). Mastering Git is not as easy as it might sound, but we'll happily help you get started. \ No newline at end of file + * If GitHub says the branch cannot be merged automatically, you've likely done something incorrectly (e.g. you did not fully rebase changes from `upstream/master` into your branch). If things don't work for you, don't hesitate to ask us for help @ #yuzu-emu on [libera](https://web.libera.chat) or @ #yuzu-general on [Discord](https://discordapp.com/invite/u77vRWY). Mastering Git is not as easy as it might sound, but we'll happily help you get started. \ No newline at end of file