Articles tagged with “Git” (4 articles)
Workarounds to Git worktree using bare repository and cannot fetch remote branches
Posted onYou cannot fetch remote branches when using git worktree with a bare repository? Here are workarounds
How to use git worktree and in a clean way
Posted onDiscover git worktree, this git feature you wish you would have discovered years before and how to use it in a clean way
How to locally delete all remotely merged git branches
Posted onA quick tip to let you delete all your local git branches that have already been merged on your remote
Create a pull/merge request starting from your terminal
Posted onA quick tip on how to create a pull/merge request with the git CLI in your terminal.