Major Guidance Solutions
Major Guidance Solutions
  • Видео 87
  • Просмотров 38 307
Git Merge vs. Git Rebase part 2 - Rebasing Commits
This is part 2 of 2 for a quick hit series on Merging commits vs Rebasing commits. In this video, you get a visual demonstration of how commits work when applying the rebase command to keep a linear history.
Просмотров: 62

Видео

Git Merge vs Git Rebase part 1 - Merge Commits
Просмотров 724 месяца назад
This is part 1 of a quick 2-part series on the differences between merge commits vs. rebase commits. This is just a visual demo to show the differences in what happens with your commits. This first part covers the merge commit strategies that many small teams or people that are not familiar with rebase use when working as a team to get code changes into their repositories.
Fork An Existing Repo
Просмотров 538 месяцев назад
In this video you get to see a brief overview of working with a fork of a popular open-source repository (bootstrap). I talk briefly about a couple of distributed patterns pointing back to the GIT book website page for distributed workflows. git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows The video then shows how to fork the bootstrap repo, clone the code locally, create a feature ...
Add An Existing Project Into The Repository
Просмотров 738 месяцев назад
Whether you use a new repo with new files or existing files, it is easy to get an existing or new project into GitHub. In this video, I show how I used chat GPT and Microsoft Designer to quickly create an html site to show movie listings. That code is then added to the existing repository and pushed to GitHub so that I could work with my team on the code or just have my own version of the proje...
Add A Remote Upstream To A Local Repository
Просмотров 338 месяцев назад
In order to make changes and track them at GitHub, you'll need to add the remote upstream. This is something you only have to do once. As long as you don't modify the commands, working with your repository at GitHub is easy once the upstream is set, and then you and your team can easily share and work on the code in a safe manner. You can do this for a brand new project, but you can also do thi...
Create A Local Repository
Просмотров 718 месяцев назад
In this video, you will see how to create a new local repository and get it ready to add files from an existing project or new files for a new project. The last thing the video does is shows how to validate that there is no tracking to any remote upstream repository after creation (so that will need to be added manually once a repo is ready at GitHub or another source) A plain-text instructiona...
Pull Changes From Remote Repository at GitHub To Local machine
Просмотров 1,1 тыс.8 месяцев назад
In this video you learn about the git fetch and git pull commands. To do this, we simulate another developer or team getting a change into GitHub and then we see the way the repository responds with status, fetch, and pull commands. A plain-text instructional walkthrough is available here: training.majorguidancesolutions.com/courses/git-from-beginner-to-fearless/contents/664b5f4376106
Make Changes, Add to staging, Commit locally, and Push your changes to your remote GIT repository
Просмотров 1468 месяцев назад
This video shows a common developer flow to add and modify files, stage the files locally, commit the files, and push them to the remote repository. You also see how to validate the changes were pushed out successfully and the commit-ish sha-1 hashes match what you have on your local machine. A plain-text instructional walkthrough is available here: training.majorguidancesolutions.com/courses/g...
Cloning An Existing Repository To Your Local Drive
Просмотров 428 месяцев назад
This video demonstrates getting a local version of a remote repository and validating that the folder structure is correct as well as the remote tracking branch is set as expected. A plain-text instructional walkthrough is available here: training.majorguidancesolutions.com/courses/git-from-beginner-to-fearless/contents/664b55ed8576b
Setting your default user credentials for GIT
Просмотров 398 месяцев назад
This video shows how to ensure that you will be able to record and sign commits in your local repository by showing you how to set your user credentials. `git config global user.name [yournamehere]` and `git confg global user.email [yourgithubaccountemailhere]` and then list all credentials: `git config global list` A plain-text instructional walkthrough is available here: training.majorguidanc...
Ensure that VS Code is your default editor for GIT
Просмотров 7628 месяцев назад
After installation of GIT, you may find yourself stuck in VIM when you type: `git config global -e` If that's the case, your default editor is not VS Code. This video shows how to work with your local user and system git config files to make sure that all users or at least all of your repos for your logged in user will have the default editor for GIT set to use VS Code (you also get to see how ...
Creating a new Repository at GitHub
Просмотров 288 месяцев назад
This video shows how to create a new repository at GitHub after getting an account at GitHub Plain-Text Walkthrough instructions are available here: training.majorguidancesolutions.com/courses/git-from-beginner-to-fearless/contents/664b5c9258b86
Update GIT from the command line
Просмотров 2828 месяцев назад
This short video shows how to update to the latest GIT version from the command line.
Opening Ceremony for SciFiDevCon 2024
Просмотров 238 месяцев назад
This is the opening ceremony for SciFiDevCon.com's 2024 event "This is the May" & "May the Fourth Be With You"
Setting Up Your Windows Developer Box - Video 11 - Azure CLI
Просмотров 9Год назад
Setting Up Your Windows Developer Box - Video 11 - Azure CLI
Setting Up Your Windows Developer Box - Video 10 - Part 2 Docker Desktop Demo/Docker on WSL2
Просмотров 45Год назад
Setting Up Your Windows Developer Box - Video 10 - Part 2 Docker Desktop Demo/Docker on WSL2
Setting Up Your Windows Developer Box - Video 10 - Part 1 - Docker For WSL Without Docker Desktop
Просмотров 50Год назад
Setting Up Your Windows Developer Box - Video 10 - Part 1 - Docker For WSL Without Docker Desktop
Setting Up Your Windows Developer Box - Video 09 - Windows Subsystem For Linux And Ubuntu
Просмотров 34Год назад
Setting Up Your Windows Developer Box - Video 09 - Windows Subsystem For Linux And Ubuntu
Setting Up Your Windows Developer Box - Video 08 - Node, NPM, Yarn, and Angular
Просмотров 39Год назад
Setting Up Your Windows Developer Box - Video 08 - Node, NPM, Yarn, and Angular
Setting Up Your Windows Developer Box - Video 07 - Chocolatey
Просмотров 27Год назад
Setting Up Your Windows Developer Box - Video 07 - Chocolatey
Setting Up Your Windows Developer Box - Video 06 - Java 21
Просмотров 16Год назад
Setting Up Your Windows Developer Box - Video 06 - Java 21
Setting Up Your Windows Developer Box - Video 05.5 - Part 2 - Validate VSCommunity/ create website
Просмотров 16Год назад
Setting Up Your Windows Developer Box - Video 05.5 - Part 2 - Validate VSCommunity/ create website
Setting Up Your Windows Developer Box - Video 05 - Part 1 - Install Visual Studio Community
Просмотров 26Год назад
Setting Up Your Windows Developer Box - Video 05 - Part 1 - Install Visual Studio Community
Setting Up Your Windows Developer Box - Video 04 - Part2 Connect to SQL/ Restore Adventureworks 2022
Просмотров 59Год назад
Setting Up Your Windows Developer Box - Video 04 - Part2 Connect to SQL/ Restore Adventureworks 2022
Setting Up Your Windows Developer Box - Video 04 - Part 1 - Install SQL Server Developer And SSMS
Просмотров 76Год назад
Setting Up Your Windows Developer Box - Video 04 - Part 1 - Install SQL Server Developer And SSMS
Setting Up Your Windows Developer Box - Video 03.5 - GIT Part2 -Validate Installation of GIT
Просмотров 41Год назад
Setting Up Your Windows Developer Box - Video 03.5 - GIT Part2 -Validate Installation of GIT
Setting Up Your Windows Developer Box - Video 03 - GIT Part1 - Installation
Просмотров 61Год назад
Setting Up Your Windows Developer Box - Video 03 - GIT Part1 - Installation
Setting Up Your Windows Developer Box - Video 02 - Windows Terminal and PowerShell 7
Просмотров 53Год назад
Setting Up Your Windows Developer Box - Video 02 - Windows Terminal and PowerShell 7
Setting Up Your Windows Developer Box - Video 01 - Installing Visual Studio Code
Просмотров 126Год назад
Setting Up Your Windows Developer Box - Video 01 - Installing Visual Studio Code