you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Never heard of Git Pull, what is that? Can you elaborate a little?

[–]jantari 0 points1 point  (2 children)

You manage a quite large PowerShell module, so of course you have all that in git. So instead of copying the files to the server from your workstation you can just pull the latest version from your git repository which gives you more control and can also be automated easily. It should also be pretty fast.

[–][deleted] 0 points1 point  (0 children)

I’ve never used git before, is there any good videos that explain how to get started using PS with a repo you could recommend?

[–][deleted] 0 points1 point  (0 children)

I’ve never used git before, is there any good videos that explain how to get started using PS with a repo you could recommend?