You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ I needed to be able to quickly create a GitHub repo and other GitHub users as a
7
7
I also wanted the opportunity to learn more about the GitHub Api : https://developer.github.com/v3/ and brush up on my powershell :-)
8
8
9
9
## GitModule.psm1 ##
10
-
This is a simple powershell module that may be referenced and invoked when needed to create and delete personal repositories. For wexisting repositories, you'll be able to add collaborators.
10
+
This is a simple powershell module that may be referenced and invoked when needed to create and delete personal repositories. For existing repositories, you'll be able to add collaborators.
11
11
12
12
13
13
When the Module is referenced, you'll be prompted to provide your username and a personal access token that you'll have to generate via your GitHub account at https://github.com/settings/tokens
0 commit comments