Edit User Data Home www.ince.one

Github - Powershell
----------------

cd $HOME Documents

----------------

https://github.com/mehmetince2019/mitPowershellUserAndFileVerwalten

git clone https://github.com/yourusername/yourrepository.git



---------------------------

https://git-scm.com/

https://git-scm.com/downloads


----------------------------

# İndirme işleminin yapılacağı klasörü seçin (burada "myproject" olarak varsayıldı)
cd myproject

# Kopyaladığınız deponun URL sini girin
git clone https://github.com/yourusername/yourrepository.git


------------------

Güncelleme: İndirdiğiniz depoyu güncellemek için:
PowerShell

cd yourrepository
git pull

------------------

Edit Spaeter Delete