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.