Practical Git and GitHub

Practical Git and GitHub

Dinis Cruz
Buy on Leanpub

Table of Contents

Practical Git and GitHub

  • 1. October 2012
    • Using a Git Branch to fix a Bug
    • Git and GitHub commands to create and deploy new version of TeamMentor
    • Idea: Sync Blogger Posts with a GitHub repository
    • Approving a GitHub Pull Request Workflow
    • Deploying TeamMentor to AppHarbor (.NET Cloud) using Git push
    • The need to create forks/clones for TeamMentor.net website
    • Using Git Branches to deal with the multi-config variations of TeamMentor
    • Handling content changes made on hosted site created by Git clone (with auto Git commits and pushes)
    • Going back in time using Git’s checkout
    • Adding Tags to TeamMentor Master repository
    • Creating the final TeamMentor with SI Library repository via multiple Git pulls and pushes
  • 2. November 2012
    • Pretty cool visualization of the ‘GitHub based’ TeamMentor Development+QA+Release workflow
  • 3. December 2012
    • Comparing two GitHub Issues List
    • Using TeamCity to build on Git Commit, deploy to AppHarbor and open browser
    • Minimum required files to run git.exe on windows (for clone, push and pull)
    • Rewriting Git History (locally and at GitHub)
  • 4. January 2013
    • GitHub is having some probs today
    • Dangerous bug between Git, GitHub and Windows (duplicate directories with different capitalization)
    • Can Git be used instead of Word’s ‘Track Changes’
  • 5. March 2013
    • Seeing an NGit Diff by using reflection to access the internal Sharpen.ByteArrayOutputStream Class
    • GitHub.com needs to improve their the ‘Normal’ status definition and error reporting dashboard
    • Another GitHub ‘Normal’ status that doesn’t allow me to Push
    • Prob with (older version of) NGit where it was failing to create Git repositories in Azure/TeamCity
    • Creating a version TeamMentor which uses the new GitUserData.config file
    • Changing the ‘View TM article by anonymous users’ status via GitHub
    • Creating a new TeamMentor test site using TeamCity, GitHub and Azure
    • Using Git Branches to fix Issues added to TeamMentor’s GitHub repository
    • Extracting content files from a Azure deployed version of TeamMentor (pre 3.3 git support)
    • Using NGit to create native Git support in Azure deployed app (with automatic pushes and pulls)
  • 6. April 2013
    • Git pulling a TeamMentor Library and renaming it
    • Creating QA versions of TeamMentor UserData repository, and using branches to show/test the multiple config options
    • Changing a User’s ExpiryDate from GitHub hosted file
    • Linus gift to the world will be Git not Linux (and what about an OS built on top of an hash-driven file system?)
    • What the move from HTML to WikiText looks like (in GitHub)
    • Is Git a Single point of failure for TeamMentor?
    • Setting up Ian’s CI Development Environment (for TeamMentor)
  • 7. May 2013
    • Example of two TeamMentor sites using the same GitHub Content Library
    • AzureGate - how Azure’s ‘subscription upgrade’ crazy mode caused us to stop using Azure for VM Hosting (and Git+GitHub saved the day)
    • Great presentation on Git Branching (very similar to the model we are using in TeamMentor)
    • Fixing bug in TBot user editor via Git merge of fix developed on another repo’s branch
    • Releasing HotFix 1 for TeamMentor 3.3 (using Git to deploy updates to live servers)
    • Great post - Git: Who cares about branches? It’s all about collaboration and code reviews
    • Creating o2platform.com website using GitHub Pages (with screenshots of all design options)
  • 8. June 2013
    • Creating TeamMentor release 3.3.2 (3.2 version with HotFix 2)
    • Fixing a couple bugs and pushing new TeamMentor 3.4 Dev Version (from 4 to 5)
    • Gource Visualization of “TeamMentor Git Development - 18 Months in 180 Seconds”
  • 9. August 2013
    • Creating a clone of WebGoat on GitHub
  • 10. September 2013
    • Git Flow - Moving patches from one Commit into another Commit
    • Example of using GitHub Pull Requests to merge changes made on Branches
    • Script to Git Clone 13 repositories in order to have all TeamMentor Libraries in one folder
  • 11. October 2013
    • Fixing the Merge conflict caused by one extra commit on TeamMentor master
    • Enabling GitHub Two Factor Authentication
    • Syncing all releases to the same commit and Tag (for TeamMentor v3.4)
  • 12. January 2014
    • How to update a forked GitHub repo (in this case tm-sme/Lib_Vulnerabilities)
    • Updating the GitHub repos for the 1.6.0 release of the Eclipse Fortify Plugin
    • Updating GitHub Forks with latest commits from GitHub’s ‘parent’ repo
    • Using TeamMentor 3.4 TBot admin pages to load and sync a Library hosted on GitHub
    • Using TeamMentor 3.4 TBot admin pages to load and sync UserData with a GitHub hosted repo
    • Adding files to TeamMentor’s web root via a UserData folder (synced with GitHub)
  • 13. February 2014
    • Reverting changes mades to TeamMentor articles
Practical Git and GitHub/overview

Practical Git and GitHub

course_overview

count_chapters
begin_reading
download
p_implied_book_part_name

Practical Git and GitHub13 chapters

Begin ›
  1. 1. October 2012

  2. 2. November 2012

  3. 3. December 2012

  4. 4. January 2013

  5. 5. March 2013

  6. 6. April 2013

  7. 7. May 2013

  8. 8. June 2013

  9. 9. August 2013

  10. 10. September 2013

  11. 11. October 2013

  12. 12. January 2014

  13. 13. February 2014