ソースを参照

Update 'Personal Access Tokens.md'

fix headings
EnRogue 1 年間 前
コミット
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 
 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 
 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
 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