mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: add pull target
This commit is contained in:
@@ -157,6 +157,11 @@ rebase:
|
||||
log:
|
||||
@git log --stat -p ${PLUGIN_STABLE}
|
||||
|
||||
pull:
|
||||
@git checkout ${PLUGIN_STABLE}
|
||||
@git pull
|
||||
@git checkout ${PLUGIN_MAIN}
|
||||
|
||||
push:
|
||||
@git checkout ${PLUGIN_STABLE}
|
||||
@git push
|
||||
|
||||
Reference in New Issue
Block a user