Back to Browse

GIT - Pull Request & Merging

7.9K views
Jan 28, 2022
13:07

Learn how to manage branches of your codebase. We will walk through creating a feature branch and submitting a pull request to the working branch and merge those changes in. Create and checkout a new branch: git checkout -b {your new branch} Merge changes from one branch into your own git merge {the branch with changes you want} GIT Documentation: https://git-scm.com/documentation

Download

0 formats

No download links available.

GIT - Pull Request & Merging | NatokHD