From ae0a6d3bfb324c35e53499d3a023b213170c6cb0 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 1 Jan 2023 19:35:20 +0100 Subject: [PATCH] Minor style improvements --- knowledge base/git.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/knowledge base/git.md b/knowledge base/git.md index b802c2c..d3c7b0c 100644 --- a/knowledge base/git.md +++ b/knowledge base/git.md @@ -23,9 +23,9 @@ 11. [Remove a file from a commit](#remove-a-file-from-a-commit) 12. [Remove a file from the repository](#remove-a-file-from-the-repository) 13. [Troubleshooting](#troubleshooting) - 1. [Debug](#debug) - 2. [GPG cannot sign a commit](#gpg-cannot-sign-a-commit) - 3. [Git does not accept self-signed certificates](#git-does-not-accept-self-signed-certificates) + 1. [Debug](#debug) + 2. [GPG cannot sign a commit](#gpg-cannot-sign-a-commit) + 3. [Git does not accept self-signed certificates](#git-does-not-accept-self-signed-certificates) 14. [Further readings](#further-readings) 15. [Sources](#sources) @@ -244,7 +244,7 @@ git switch 'branch_name' git checkout 'branch_name' git checkout - -# Set an existing branch to track a remote branch. +# Set the current HEAD branch to track a remote branch. git branch -u 'remote_name/upstream-branch' # Get the current branch.