How to Create a Pull Request ? ?
How to Create a Pull Request on a Repository.
1. clone the repository
2. make the required changes
3. run git add [filename ] or git all .
4. create a branch [ git branch dev ] this creates a dev branch.
5. checkout to a new branch just created. [ git checkout dev ]
6. commit your changes on dev
7. push the changes to dev
8. create a pull request on branch demo
Видео How to Create a Pull Request ? ? автора JS Project Challenges
Видео How to Create a Pull Request ? ? автора JS Project Challenges
Информация
4 декабря 2023 г. 17:29:35
00:07:26
Похожие видео