1 Web Design Workshop DIG 4104c Spring 2012 Dr. J. Michael Moshell and Mr. Adam Lenz University of Central Florida Lecture 6: Bitbucket www.redbugbblle.com.

Slides:



Advertisements
Similar presentations
LECTURE 14 OCT 22, 2010 Git, in graphic form. Change tracking basics.
Advertisements

Git/Unix Lab March Version Control ●Keep track of changes to a project ●Serves as a backup ●Revert to previous version ●Work on the same files concurrently.
Hosted Git github. From an alumni (2010)  You know, the more time I spent in industry the better I've understood what a strong advocate you are for the.
Chapter 4 The Online Repository CREATE A REPO ONLINE ON GITHUB.COM.
1 Web Design Workshop DIG 4104c Spring 2014 Dr. J. Michael Moshell University of Central Florida Lecture 2: The git source control system
1 CSE 390 “Lecture 11” Version control with Git slides created by Ruth Anderson, images from
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.
CS490 Web Design, AJAX, JQuery
With Mercurial and Progress.   Introduction  What is version control ?  Why use version control ?  Centralised vs. Distributed  Why Mercurial ?
1 Introductory Notes on the Git Source Control Management Ric Holt, 8 Oct 2009.
Warmup A programmer’s wife tells him, “Would you mind going to the store and picking up a loaf of bread? Also, if they have eggs, get a dozen.” The programmer.
Version Control. What is it? Software to help keep track of changes made to files Tracks the history of your work Helps you collaborate with others.
Git (Get) it done right! Practical Applied Version Control for Drupal site developers Peter Chen - Stanford School of Engineering Technical Webmaster.
Source Control Primer Patrick Cozzi University of Pennsylvania CIS Spring 2012.
Version Control. How do you share code? Discussion.
F15 Modern Version Control with Git Andrew Benson Sign in on the attendance sheet!
Version Control Systems academy.zariba.com 1. Lecture Content 1.What is Software Configuration Management? 2.Version Control Systems (VCS) 3.Basic Git.
Git workflow and basic commands By: Anuj Sharma. Why git? Git is a distributed revision control system with an emphasis on speed, data integrity, and.
Ernst Peter Tamminga Get started with GitHub XCESS expertise center b.v. Netherlands.
GIT version control. What is GIT Have you ever wished you could travel back in time when you develop a project…? Have you ever wished you could collaborate.
Introduction to Version Control with Git CSC/ECE 517, Fall 2014 A joint project of the CSC/ECE 517 staff, including Titus Barik, Gaurav Tungatkar, Govind.
Introduction to GitHub Alex Bigazzi Dec. 4, 2013 ITS Lab GitHub Introduction1.
1 Web Design Workshop DIG 4104c Spring 2014 Dr. J. Michael Moshell and Mr. Jon Friskics University of Central Florida Lecture 4: SmartGit – A GUI Client.
QUICK START OF GITHUB Lin Shuo-Ren 2013/3/6 1. Why We Should Control The Version Although it rains, throw not away your watering pot. All changes should.
1 GIT NOUN \’GIT\ A DISTRIBUTED REVISION CONTROL AND SOURCE CODE MANAGEMENT (SCM) SYSTEM WITH AN EMPHASIS ON SPEED. INITIALLY DESIGNED AND DEVELOPED BY.
Version Control System Lisa Palathingal 03/04/2015.
Intro to Git presented by Brian K. Vagnini Hosted by.
Version Control. What is it? Software to help keep track of changes made to files Tracks the history of your work Helps you collaborate with others.
1 Web Design Workshop DIG 4104c – Lecture 5c Git: Branch and Merge J. Michael Moshell University of Central Florida giantteddy.com.
Lecture 2 Making Simple Commits Sign in on the attendance sheet! credit:
CS 160 and CMPE/SE 131 Software Engineering February 16 Class Meeting Department of Computer Science Department of Computer Engineering San José State.
CSE 374 Programming Concepts & Tools Hal Perkins Fall 2015 Lecture 16 – Version control and git.
Hosted Git github. From an alumnus (2010)  You know, the more time I spent in industry the better I've understood what a strong advocate you are for.
It’s not just an insult from Harry Potter!. What is Git? Distributed Version Control System (DVCS) – Compared to a Centralized Version Control System.
Information Systems and Network Engineering Laboratory I DR. KEN COSH WEEK 1.
Introduction to Git - Chirag Dani. Objectives Basics of Git Understanding different “Mindset of Git” Demo - Git with Visual Studio.
INTRODUCTION TO GIT. Install Egit for eclipse Open eclipse->Help->Install New Software Search for one of the following -
Git How to 1. Why Git To resolve problems in lab exams (accidental deletions) Use existing Libraries with ease (Statistics and Computer) Prepare undergraduates.
Lecture 5 Remotes Sign in on the attendance sheet! Turn in homework at the front!
Jun-Ru Chang Introduction GIT Jun-Ru Chang
GIT Version control. Version Control Sharing code via a centralized DB Also provides for Backtracking (going back to a previous version of code), Branching.
KIT – University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association STEINBUCH CENTRE FOR COMPUTING - SCC
4 Version control (part 1)
Information Systems and Network Engineering Laboratory II
L – Modeling and Simulating Social Systems with MATLAB
GIT AND GITHUB WORKSHOP
Version Control.
Git Practice walkthrough.
CS/COE 1520 Recitation Week 2
Setting up Git, GitBash, and GitHub
Setting up Git, GitBash, and GitHub
IST256 : Applications Programming for Information Systems
Keeping track of all the copies of your files
L – Modeling and Simulating Social Systems with MATLAB
Version Control overview
Macaualy2 Workshop Berkeley 2017
Storing, Sending, and Tracking Files Recitation 2
Programming Workshop Quixilver 8404.
(Advanced) Web Application Development
The Big Picture
SIG: Open Week 1: GitHub Tim Choh.
Setting up Git, GitBash, and GitHub
Getting Started with Git and Bitbucket
Using Github.
Git CS Fall 2018.
Using Github and Github Organization in this Course
CMPE/SE 131 Software Engineering February 14 Class Meeting
Version Control with Git and GitHub
Introduction to The Git Version Control System
Presentation transcript:

1 Web Design Workshop DIG 4104c Spring 2012 Dr. J. Michael Moshell and Mr. Adam Lenz University of Central Florida Lecture 6: Bitbucket

-2 - Topic 2: Bitbucket A free online git repository your repo in bitbucket your repo in your computer

-3 - Topic 2: Bitbucket A free online git repository add and commit

-4 - Topic 2: Bitbucket A free online git repository push

-5 - Bitbucket Setting up your bitbucket account (Jon’s video shows how... we’ll DO THIS in lab on Monday) 1. Create the bitbucket account 2. Create an RSA Key Pair on your computer

-6 - Topic 2: Bitbucket Setting up your bitbucket account (Jon’s video shows how... we’ll DO THIS in lab on Monday) 1. Create the bitbucket account 2. Create an RSA Key Pair on your computer 3. Provide your public key to bitbucket 4. Test with ssh (secure shell, like ‘telnet’) (The video goes VERY fast; freeze and replay as necessary.)

-7 - Topic 2: Bitbucket Setting up your bitbucket account (Jon’s video shows how... we’ll DO THIS in lab on Friday) 5. Create a repo on the bitbucket server (It's empty)

-8 - Topic 2: Bitbucket Setting up your bitbucket account (Jon’s video shows how... we’ll DO THIS in lab on Friday) 5. Create a repo on the bitbucket server 6. clone the repo onto our local hard drive via git command-line NOTE: This creates BOTH the working tree folder and the empty repo within it.

-9 - Topic 2: Bitbucket Setting up your bitbucket account 7. Locally create a file in the working tree folder (where you created the local repo) * Jon created a README file README

-10 - Topic 2: Bitbucket Setting up your bitbucket account 8. Tell SmartGit about the local repo README

-11 - Topic 2: Bitbucket Setting up your bitbucket account 8. Tell SmartGit about the local repo README

-12 - Bitbucket Stage and commit the file README

-13 - Bitbucket Stage the file

-14 - Bitbucket Commit the file

-15 - Bitbucket Commit the file

-16 - Bitbucket Uh... it DISAPPEARS!?

-17 - Bitbucket Uh... it DISAPPEARS!? But remember the famous "Unchanged File" gotcha:::

-18 - Bitbucket Uh... it DISAPPEARS!? But remember the famous "Unchanged File" gotcha:::

-19 - Bitbucket Head (bitbucket) and Working Tree are the same But remember the famous "Unchanged File" gotcha:::

-20 - Bitbucket Now let's PUSH the local commits 'upstairs'

-21 - Bitbucket Now let's PUSH the local commits 'upstairs' README

-22 - README

-23 - We'll actually DO this process in the lab on Friday so as to get you used to working with SmartGit and Bitbucket. MEANWHILE Please study the JqueryMobile material, because we'll be working with that on Friday too.