summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-13 07:02:33 +0200
committerache <ache@ache.one>2023-08-13 07:02:33 +0200
commite86704a6e8662f081bafc0f6c2b8d35fc949c654 (patch)
tree393a2255b26af3d4b21d9bc9e6c88c698bf3026b /functions
parentGit aliases (diff)
Add git pull force
Diffstat (limited to 'functions')
-rw-r--r--functions/gplf.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/gplf.fish b/functions/gplf.fish
new file mode 100644
index 0000000..facbcde
--- /dev/null
+++ b/functions/gplf.fish
@@ -0,0 +1 @@
+alias gplf='git pull --force'