mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
3 lines
145 B
Bash
Executable file
3 lines
145 B
Bash
Executable file
# https://makandracards.com/makandra/621-git-delete-a-branch-local-or-remote
|
|
#git push origin --delete feature-oauth
|
|
git push origin --delete $1
|