Git Delete Local and Remote Branch
Command LineGitlab
Delete Local Branch
#.git/config file
[http]
postBuffer = 1048576000Delete Remote Branch
git push -d emote_name> [branchname]
git branch -d [branchname]#.git/config file
[http]
postBuffer = 1048576000git push -d emote_name> [branchname]
git branch -d [branchname]