Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.17 KB

Tutorial.md

File metadata and controls

49 lines (32 loc) · 1.17 KB

Tutorial

Setting up

run

git clone https://github.com/shayandelbari/factoid-project.git
cd factoid-project
dotnet run

or how ever else you run the project in Visual Studio Code

Important

You shouldn't need to change any files other than Program.cs and README.md. If anything else showed up in your "git tree" DON"T COMMIT IT.

Tip

It's a good idea to run git pull before you start editing files to get the latest changes.

Committing

Command line interface (CLI)

run

git add -A
git commit -m "A descriptive message to describe this commit"
git push

(You may be asked to input you name and email when you're trying to commit)

Visual Studio Code

Syncing Changes in Visual Studio Code This step is to Sync changes

Committing changes This step is for committing changes

Pushing changes This step is for pushing changes

Useful links

Mark down cheat sheet
Flowchart website