CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.93k stars 553 forks source link

GIT Pull ? #199

Closed mmkhmmkh closed 9 years ago

mmkhmmkh commented 9 years ago

Hi everyone. I dont know how to get sources with git pull ( because i want Filesystem ) and ARMmaster said that FIlesystem is available on git pull ( https://github.com/CosmosOS/Cosmos/issues/190 ) I have git installed on my Windows.

mterwoord commented 9 years ago

It's in sentinels playground project. It's not completed yet..

mmkhmmkh commented 9 years ago

When it completes ?

mterwoord commented 9 years ago

Not sure, Charles is currently busy with other things (non-cosmos related)...

mterwoord commented 9 years ago

If this issue is taken care of, please close it. Thanks!

ARMmaster17 commented 9 years ago

@mmkhmmkh if you want to play with the current codebase (without FS), go to My Documents and create a folder (name doesn't matter, just don't use spaces or symbols). Go into the folder, and right-click on an empty space. On the menu that pops up, click Open Git Bash. When that opens, type in git clone https://github.com/CosmosOS/Cosmos.git and press enter. If in the future you want to update the codebase with the current one, right-click and open the git bash again and type git pull. It may ask you for your GitHub login to run these commands depending on how you have your Git configured.


If your question has been answered or solution has been resolved, please click Close Issue. Thanks!