More Time with Git at the Command Line – Part 5

Stashing and Reverting Work This post in the series looks at stashing away changes, managing stashes, and reverting work. Series Outline Setup Getting Latest and Making Changes Pushing, Fetching, and Viewing History Merging and Managing Branches Stashes and Reverting Work Miscellaneous / Wrap-up Stashing Overview Sometimes I might be in the middle of working on…
Read More

More Time with Git at the Command Line – Part 4

Merging and Managing Branches This post in the series looks at merging, resolving merge conflicts, and managing branches. Series Outline Setup Getting Latest and Making Changes Pushing, Fetching, and Viewing History Merging and Managing Branches Stashes and Reverting Work Miscellaneous / Wrap-up Merging in Changes from Others Once I’ve got an idea of what I’ll…
Read More

More Time with Git at the Command Line – Part 3

Pushing, Fetching, and Viewing History This post in the series looks at pushing changes remotely, fetching remote history, and viewing history of changes. Series Outline Setup Getting Latest and Making Changes Pushing, Fetching, and Viewing History Merging and Managing Branches Stashes and Reverting Work Miscellaneous / Wrap-up Remote Pushes First Remote Push – Showing Remote…
Read More

More Time with Git at the Command Line – Part 2

Getting Latest and Making Changes This post in the series looks at getting help, getting the latest content from the remote repository, and making changes in the workspace and local repository. It also includes comparing the workspace with the local repository. Series Outline Setup Getting Latest and Making Changes Pushing, Fetching, and Viewing History Merging…
Read More

Build Automation Part 4: Database and Report Deployments

Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments Unlike deploying the application itself in its entirety each time, database and report items have required incremental deployments due to their nature and…

Read More

Build Automation Part 3: App Deployment Script

Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments Types of Deployment Scripts We currently have different deployment scripts that are run independently though there is a desire to chain them together…

Read More

Build Automation Part 2: Building and Packaging

Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments In the last post in this series I discussed an overview of some build and deployment automation goals and covered some pre-build activities.…

Read More