+Or set `push.default` to `freebsd` which will make `git push` to push the current branch back to its upstream by default, which is more suitable for our workflow:
+
+[source,shell]
+....
+git config push.default freebsd
+....
+
==== Keeping Current With The FreeBSD src Tree
[[keeping_current]]
First step: cloning a tree.
@@ -2483,7 +2582,7 @@
When the mentor decides that a mentee has learned the ropes and is ready to commit on their own, the mentor announces it with a commit to [.filename]#mentors#.
This file is in the [.filename]#admin# orphan branch of each repository.
-Detailed information on how to access these branches can be found in link:{handbook}mirror/#admin-branch["admin" branch].
+Detailed information on how to access these branches can be found in <<admin-branch>>.
-Or set `push.default` to `upstream` which will make `git push` to push the current branch back to its upstream by default, which is more suitable for our workflow:
-
-[source,shell]
-....
-git config push.default upstream
-....
-
-[WARNING]
-====
-These internal details may change often.
-====
+Please see the link:{committers-guide}#git-mini-primer[Committer's Guide].