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
and then click the Fork button on the upper right corner of the repository page as shown in screenshot.
45
45
46
-

46
+

47
47
48
48
You now have your very own copy (fork) of the main Office PowerShell repository. You can see it by clicking on your profile drop-down in the upper right of the page and choosing Your Profile and then clicking the Repositories tab of your GitHub account as shown in the diagram.
49
49
50
-

50
+

51
51
52
52
Your repository is an exact copy of the original Office PowerShell repository and is located in your GitHub account.
53
53
In GitHub terms the main Office PowerShell repository is the Upstream repository and your forked version is the Downstream repository.
@@ -59,7 +59,7 @@ The next section covers cloning and updating your repo with the upstream repo.
59
59
Now that you have your own copy of the repository on GitHub the next step is to get the actual files on your local computer so you can work with them.
60
60
To do this you clone your GitHub repository to your local computer. Here is a diagram:
61
61
62
-

62
+

63
63
64
64
Tip: You can clone your repository to muliple computers if you choose.
65
65
You just have to make sure you save your local work by pushing it back up to your repository.
0 commit comments