Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created April 23, 2020 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/262d4ece1405a74ee8067f14d58678c1 to your computer and use it in GitHub Desktop.
Save bielawb/262d4ece1405a74ee8067f14d58678c1 to your computer and use it in GitHub Desktop.
Tworzenie lokalnego repozytorium
git clone git@github.com:bielawb/PowerShellPL.git
Set-Location .\PowerShellPL
Set-Content README.md -Value @'
# Moduł PowerShellPL
Moduł na potrzeby serii postów o tworzeniu modułów w PowerShellu.
'@ -Encoding UTF8
git add README.md
git commit -m 'Dodajemy pierwotną wersję README'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment