Riverworks Logo

Git Delete Local and Remote Branch

Command LineGitlab

Delete Local Branch

#.git/config file
[http]
    postBuffer = 1048576000

Delete Remote Branch

git push -d emote_name> [branchname]
git branch -d [branchname]