Skip to content
Snippets Groups Projects
Select Git revision
  • 5288edf70e1fc0ca025a9528c523c4fc9ea2caed
  • main default protected
  • renovate/matrix-synapse-3.x
  • renovate/docker.io-bitnami-kubectl-1.x
  • renovate/gcr.io-projectsigstore-cosign-2.x
  • renovate/docker.io-library-debian-13.x
  • renovate/go-1.x
  • renovate/hcloud-exporter-4.x
  • renovate/docker.io-syncthing-syncthing-2.x
  • renovate/rancher-system-upgrade-controller-0.x
  • renovate/docker.io-library-nextcloud-31.x
  • renovate/redis-22.x
  • renovate/mariadb-21.x
  • renovate/quay.io-shivering-isles-koolbox-2025.x
  • renovate/longhorn-1.x
  • renovate/docker.io-library-python-3.x
  • renovate/prometheus-json-exporter-0.x
  • renovate/cloudflare-5.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/siderolabs-talos-1.10.x
  • renovate/mikefarah-yq-4.x
  • v25.08
  • v25.07
  • v25.06
  • v25.05
  • v25.04
  • v25.03
  • v25.02
  • v25.01
  • v24.12
  • v24.11
  • v24.10
  • v24.09
  • v24.08
  • v24.07
  • v24.06
  • v24.05
  • v24.04
  • v24.03
  • v24.02
  • v24.01
41 results

git.mk

Blame
  • git.mk 256 B
    .PHONY: commit
    commit: ## Commit changes to git, push them to the remote and inform flux about it
    	git commit -v
    	git push
    	make flux-update-git
    
    merge:
    	git fetch
    	git merge --no-ff origin/$(BRANCH) --no-edit
    	git push
    	git push origin --delete $(BRANCH)