Prompt Engineering for Git: Using Prompt Engineering to Work with Git Branches
Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. Branches are separate, independent lines of development for people working on different features. Once you have finished your work, you can merge all your branches together.
You will start this course by creating separate feature branches on Git and pushing commits to these branches. You will use prompt engineering to get the right commands to use for branching and working on branches. You will also explore how to develop your code on the main branch, switch branches, and then ultimately commit to a feature branch. Next, you will explore how you can stash changes to your project to work on them later. Finally, you will discover how to resolve divergences in the branches. You will try out both the merge and rebase methods and confirm that the branch commits are combined properly.