More Time with Git at the Command Line – Part 6

Miscellaneous / Wrap-up This last post in this series looks at miscellaneous topics including search, help, and additional resources. Series Outline Setup Getting Latest and Making Changes Pushing, Fetching, and Viewing History Merging and Managing Branches Stashes and Reverting Work Miscellaneous / Wrap-up Searching Searching Files Once a file has been tracked by Git git…
Read More

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