Importing a github repository Dong Nie. Example used: JavaTeaching If you have already loaded JavaTeahcing from zip file, you should delete it before.

Slides:



Advertisements
Similar presentations
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
Advertisements

EGR 141 Computer Problem Solving in Engineering and Computer Science Interfacing with a Database in Visual Basic.NET 2005.
Using svn and git with Unity and sdk
Maxwell Control Panel Use these buttons to page forward and backward Section Two.
Installation Ubuntu for Libraries. Step 1: Download Head on to Pick Ubuntu LTS; just click the big orange.
How to Install Windows 7.
Cummins® Inc. Update Manager 3.1 Training Electronic Service Tools.
National Reminders - Diabetic Foot Exam. Introduction The national reminders are in Patch 1005 of clinical reminders. The site manager should load this.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Getting Started with Eclipse Sandeep Pasuparthy. What’s Eclipse? It is a free software / open source platform- independent software framework for delivering.
Getting Started with GIT. Basic Navigation cd means change directory cd.. moves you up a level cd dir_name moves you to the folder named dir_name A dot.
Github & Arduino How To: Post On Github How To: Download from Github How To: Upload Code Downloaded from Github to Arduino Tommy Sanchez EE400D Spring.
Java Servlets example using NetBeans 6. Pre-requirements: Install Java JDK 1.6 Install NetBeans IDE 6 (we will use version NetBeans IDE update 16)
Drexel University Software Engineering Research Group Git for SE101 1.
SWEN 302: AGILE METHODS Roma Klapaukh & Alex Potanin.
Reminder Exchange. Introduction Reminders can be sent from one facility to another Area Offices can create a central repository for each service unit’s.
Object-Oriented Analysis & Design Subversion. Contents  Configuration management  The repository  Versioning  Tags  Branches  Subversion 2.
CREATING A TEST IN WORD 2007 Also creating and using equations in Word 2007 Jeff Klamm Tec 539.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
National Sea Grant Library The New Library System and Publication Submittals Communications Staff Tutorial October 2014 National Sea Grant Library The.
Git Fundamentals Rochelle Terman 13 January 2014.
How to access the project from googlecode using GIT.
Creating and running a Java program. Eclipse Interactive Development Environment (IDE)  Eclipse is an Interactive Development Environment (IDE) for Java.
Using As series of training presentations How to edit an existing project September,
May 7, We manage documents and their changes with versioning and check out/check in procedures.
Installing of a VAULT server. Few recommendations: The Vault Server can be any dedicated server or normal PC operating under Windows 2003 server or Windows.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
DELETING TEMPORARY FILES 1.Click “Start” -> “Search” -> “All Files and Folder”. 2.In “All or Part of the file name” box enter “*.tmp” and click “Search”.
Oracle Data Integrator Agents. 8-2 Understanding Agents.
Managed by UT-Battelle for the Department of Energy Kay Kasemir, Xihui Chen ORNL/SNS April Control System Studio Training - Development.
A Simple Introduction to Git: a distributed version-control system CS 5010 Program Design Paradigms “Bootcamp” Lesson 0.5 © Mitchell Wand, This.
Version RAILER SMS RAILER RED (Remote Entry Database)
How to Install Eclipse Click hereClick here to download Eclipse.
Why should I run Disk Cleanup Remove temporary Internet files Remove temporary Internet files Delete downloaded program files, such as Microsoft ActiveX.
Updating to X6 Mike DeButts. Updating to X6 How to Install X6 What Not to do when Updating to X6 Migration Utility New File Locations introduced in X6.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Building the CarryDrop simulation in Eclipse Creating a new project with existing code from John Murphy’s RePast tutorial.
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Time to apply stuff… Faculty of Mathematics and Physics Charles University in Prague 5 th October 2015 Workshop 1 – Java Wrestling.
Git with Eclipse (EGit) /article.html.
Oracle Virtualization Last Update Copyright 2012 Kenneth M. Chipps Ph.D.
Google App Engine using Java 1. Outline Getting started Guestbook example Todo example Simplified Madlib 2.
Lindsey Velez, Director of Instructional Technology Single Sign-On One Click.
Google App Engine using Java 1. Outline Getting started Guestbook example Todo example Simplified Madlib 2.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
ML-Dev: SML Plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
Outline Introduction Programming in eclipse Debugging in eclipse
Outline Introduction Programming in eclipse Debugging in eclipse
CIT ASSIGNMENT How to put file on CD/DVD
Demo : Introduction to BlueMix Sandhya Kapoor May 28, 2014
Installing and running the local check projects in Eclipse
Storing, Sending, and Tracking Files Recitation 2
BASICS 1 Windows XP.
Quick Start Guide for Visual Studio 2010
Instructor: Prasun Dewan (FB 150,
Some Tips for Using Eclipse
PhoneGap Build.
Click Here to Add Main Title
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Create some project. Transferring an Android Application Project from One Instance of Eclipse to another.
Compilers, Make and SubVersion
JavaTeaching and Importing a github repository
Setting up an Eclipse project from a repository on GitHub
Using Github.
ADD YOUR TITLE HERE OPTION 01 OPTION 02 OPTION 03 OPTION 04
Introduction to Git and GitHub
Installing and running the local check and grader projects in Eclipse
Running a Java Program using Blue Jay.
Carthage ios 8 onwards Dependency manager that streamlines the process of integrating the libraries into the project.
Git GitHub.
Presentation transcript:

Importing a github repository Dong Nie

Example used: JavaTeaching If you have already loaded JavaTeahcing from zip file, you should delete it before starting on this exercise Right click project and delete. Usually not a good idea to delete project on disk, can always use the OS to do so, which will put it in the recycling bin

Eclipse: File->import

Choose Git: Projects from Git, and click “next” If you do not see the Git choice, see PPT on importing Egit in reference material or install most recent version of Eclipse

Choose Clone URI, and click “next”

Use the url: it Only the URI field needs to be filled, the others will be set automatically

Choose Destination Directory (you can set default, and click “next”

Click “next”

Finish

Here comes the Project You will have errors, be sure to delete the oeall22 reference and add your oeall22 library (See eclipse install and objecteditor library sections)

Resetting the Project After doing an exercise with the code, you should reset the project Right click project, select Team>reset

Resetting the Project Default picks Mixed option

Resetting the Project Pick hard and press rset

Updating the Project Right click project, Team>Pull

Thank you