summaryrefslogtreecommitdiff
path: root/dotfiles/common/.local/bin/dotfiles_pushall
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.local/bin/dotfiles_pushall')
-rwxr-xr-xdotfiles/common/.local/bin/dotfiles_pushall6
1 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/common/.local/bin/dotfiles_pushall b/dotfiles/common/.local/bin/dotfiles_pushall
deleted file mode 100755
index 3eef2c6..0000000
--- a/dotfiles/common/.local/bin/dotfiles_pushall
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# Craig Jennings <craigmartinjennings@gmail.com>
-# tired of pushing to multiple locations with multiple commands
-/usr/bin/git --git-dir="$HOME"/.dotfiles/ --work-tree="$HOME" push origin main && \
-/usr/bin/git --git-dir="$HOME"/.dotfiles/ --work-tree="$HOME" push source main && \
-/usr/bin/git --git-dir="$HOME"/.dotfiles/ --work-tree="$HOME" push github main