From: terencehill Date: Sat, 27 Feb 2021 22:20:05 +0000 (+0000) Subject: Update Repository_Access X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=e2c194872c2798516a86561f067491fd1c699eda;p=xonotic%2Fxonotic.wiki.git Update Repository_Access --- diff --git a/Repository_Access.md b/Repository_Access.md index 86a22a7..6cf5060 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -152,15 +152,15 @@ General Contributor Guidelines ------------------------------ 1. Before creating your local branch and committing to it, make sure you’ve configured your user settings such as your name which will display in the logs (in TortoiseGit: Settings > Git > Config). -2. Try naming your branch myname/mychange for each patch. For instance, if your name is Alex and the change you are committing is a menu fix, use something like alex/menufix. +2. You should name your branch myname/mychange for each patch. For instance, if your name is Alex and the change you are committing is a menu fix, use something like alex/menufix. -Further Git Information +Git guides ----------------------- +Git basics on [this wiki page](Git). + About tracking remote branches: http://git-scm.com/book/en/v2/Git-Branching-Remote-Branches -This wiki’s [Git](Git) page. - A tutorial to Git for SVN users: -http://git-scm.org/course/svn.html +https://git.wiki.kernel.org/index.php/GitSvnCrashCourse