Просмотр исходного кода

Update 'Personal Access Tokens.md'

fix headings
EnRogue 1 год назад
Родитель
Сommit
027444d0b7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Personal Access Tokens.md

+ 2 - 2
Personal Access Tokens.md

@@ -1,5 +1,5 @@
 
-#Personal Access Tokens
+# Personal Access Tokens
 
 Personal Access Tokens are used for HTTPS authentication & linking to other projects for continuous integration type work 
 
@@ -11,7 +11,7 @@ you can Generate New Token (it will ask for a Unique name for that Token) and th
 
 This token can then be used instead of a password for https authentication 
 
-#Adding a PAT to the git config for a project
+# Adding a PAT to the git config for a project
 
 The git config is inside the project in a hidden directory called .git  - you can either edit the file called config in that directory directly or use something like GitHub Desktop to change the remote setting