mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: add reset target
This commit is contained in:
+6
-1
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2016-2024 Franco Fichtner <franco@opnsense.org>
|
||||
# Copyright (c) 2016-2025 Franco Fichtner <franco@opnsense.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
@@ -161,3 +161,8 @@ push:
|
||||
@git checkout ${PLUGIN_STABLE}
|
||||
@git push
|
||||
@git checkout ${PLUGIN_MAIN}
|
||||
|
||||
reset:
|
||||
@git checkout ${PLUGIN_STABLE}
|
||||
@git reset --hard HEAD~1
|
||||
@git checkout ${PLUGIN_MAIN}
|
||||
|
||||
Reference in New Issue
Block a user