Download presentation
Presentation is loading. Please wait.
Published byJudith Gallagher Modified over 9 years ago
1
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
2
-2 - Topic 2: Bitbucket A free online git repository your repo in bitbucket your repo in your computer
3
-3 - Topic 2: Bitbucket A free online git repository add and commit
4
-4 - Topic 2: Bitbucket A free online git repository push
5
-5 - Bitbucket Setting up your bitbucket account (Jon’s video shows how... we’ll DO THIS in lab on Monday) http://vimeo.com/jonfriskics/bitbucket-setup 1. Create the bitbucket account 2. Create an RSA Key Pair on your computer
6
-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
-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
-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
-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
-10 - Topic 2: Bitbucket Setting up your bitbucket account 8. Tell SmartGit about the local repo README
11
-11 - Topic 2: Bitbucket Setting up your bitbucket account 8. Tell SmartGit about the local repo README
12
-12 - Bitbucket Stage and commit the file README
13
-13 - Bitbucket Stage the file
14
-14 - Bitbucket Commit the file
15
-15 - Bitbucket Commit the file
16
-16 - Bitbucket Uh... it DISAPPEARS!?
17
-17 - Bitbucket Uh... it DISAPPEARS!? But remember the famous "Unchanged File" gotcha:::
18
-18 - Bitbucket Uh... it DISAPPEARS!? But remember the famous "Unchanged File" gotcha:::
19
-19 - Bitbucket Head (bitbucket) and Working Tree are the same But remember the famous "Unchanged File" gotcha:::
20
-20 - Bitbucket Now let's PUSH the local commits 'upstairs'
21
-21 - Bitbucket Now let's PUSH the local commits 'upstairs' README
22
-22 - README
23
-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.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.