1 / 23

Web Design Workshop

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. Topic 2: Bitbucket A free online git repository your repo in bitbucket your repo in your computer.

luella
Download Presentation

Web Design Workshop

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

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 www.redbugbblle.com

  2. Topic 2: BitbucketA free online git repositoryyour repo in bitbucketyour repo in your computer

  3. Topic 2: BitbucketA free online git repositoryadd and commit

  4. Topic 2: BitbucketA free online git repositorypush

  5. BitbucketSetting up your bitbucket account(Jon’s video shows how ... we’ll DO THIS in lab on Monday)http://vimeo.com/jonfriskics/bitbucket-setup1. Create the bitbucket account2. Create an RSA Key Pair on your computer

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

  7. Topic 2: BitbucketSetting 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: BitbucketSetting up your bitbucket account(Jon’s video shows how ... we’ll DO THIS in lab on Friday)5. Create a repo on the bitbucket server6. clone the repo onto our local hard drive via git command-lineNOTE: This creates BOTH the working tree folder and the empty repo within it.

  9. Topic 2: BitbucketSetting up your bitbucket account7. Locally create a file in the working tree folder (where you created the local repo) * Jon created a README file README

  10. Topic 2: BitbucketSetting up your bitbucket account8. Tell SmartGit about the local repo README

  11. Topic 2: BitbucketSetting up your bitbucket account8. Tell SmartGit about the local repo README

  12. BitbucketStage and commit the file README README

  13. BitbucketStage the file

  14. BitbucketCommit the file

  15. BitbucketCommit the file

  16. BitbucketUh ... it DISAPPEARS!?

  17. BitbucketUh ... it DISAPPEARS!?But remember the famous "Unchanged File" gotcha:::

  18. BitbucketUh ... it DISAPPEARS!?But remember the famous "Unchanged File" gotcha:::

  19. BitbucketHead (bitbucket) and Working Tree are the sameBut remember the famous "Unchanged File" gotcha:::

  20. BitbucketNow let's PUSH the local commits 'upstairs'

  21. BitbucketNow let's PUSH the local commits 'upstairs' README README

  22. README README README

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

More Related