Giter VIP home page Giter VIP logo

bustracker1.0's Introduction

BusTracker1.0 (Virginia Tech Bus Tracker for Windows Phone 8.0)

VT MAD

Guide on How to Clone and Import theVT MAD Windows Phone Bus Tracker Project into Visual Studio 2010

This app will be used to track the buses around the campus using the BT4U API.

Before We Ge Started..

Please Make Sure You Have The Following Set Up.. All downloads can be found here.

  • Windows 8 Installed
  • Windows Phone 8.0 SDK Installed

You have the choice of using Git either with Git Bash or GitHub for Windows. I will explain how to set up both, but you are only required to set up one.

(Option 1) Setting up Git Bash

Open Git Bash and type in the following command

cd C:\Users\%USERNAME%\"My Documents"\"Visual Studio 2010"\Projects

Next, we will clone the git repository

git clone https://github.com/avneet723/BusTracker1.0.git

We need to give Git some basic information about ourselves

Let's navigate into our git repository we just cloned

cd BusTracker1.0

Set up our name and email.. For example, If my name is John Doe and my email [email protected]

git config user.name "John Doe"
git config user.email "[email protected]"    

This Ends Setting Up Git with Git Bash

(Option 2) Setting up GitHub for Windows

Open GitHub and sign in with your credentials

Go to Tools -> Options

Two things we will want to change are configure git and default storage directory

For configure git, we need to set up our name and email.. For example, If my name is John Doe and my email [email protected]

In the first block

John Doe

In the next block

For default storage directory, we need to tell git where we want our projects stored.

Click the following symbol ... and navigate to

My Documents\Visual Studio 2010\Projects

This is where we will be storing Visual Studio projects

This Ends Setting Up Git with GitHub for Windows

Importing Our Project into Visual Studio

Open up Visual Studio 2010 Express

Click on Open Project

Go to Your My Documents Folder -> Visual Studio 2010 -> Projects -> BusTracker1.0 Folder

Click on (either) BusTracker File and click Open

Done!

Actually Using Git

Make some changes to your code

Next, we want to add those changes into the "index"

git add .

Now "commit" and add a message

git commit -m "Fixed the Terrible Bug"

Now let's "push" it to our GitHub Repository

git push 

Done!

bustracker1.0's People

Contributors

andrewciambrone avatar avneet723 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.