Git Branch: create, switch/checkout, list, delete, push

Опубликовано: 23 Октябрь 2024
на канале: Shihabiiuc
63
0

This video shows how you can create a new branch in Git, checkout, or switch between branches, list down all the available branches, delete a branch, and push a specific branch to the remote origin such as the GitHub repository.

To find the git command that I used in this video, see my blog post: https://shihabiiuc.com/git-branch/

Other related posts:
🌲 More detail on switching between branches: https://shihabiiuc.com/git-switch-bra...

🌟 How to merge a git branch to master: https://shihabiiuc.com/git-merge/

🌲 How to change Git remote origin URL: https://shihabiiuc.com/change-git-rem...

#git