summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-13 03:05:41 +0200
committerache <ache@ache.one>2023-07-13 03:05:41 +0200
commitb1abf5ef5657be93027a55bdd60156e9ce8c43d1 (patch)
treef245e3b49e77c3d283143dd6d51eee10855d2d74 /functions
parentAdd vim nvim alias (diff)
Git aliases
Diffstat (limited to 'functions')
-rw-r--r--functions/g-.fish1
-rw-r--r--functions/gll.fish1
-rw-r--r--functions/gpl.fish1
3 files changed, 3 insertions, 0 deletions
diff --git a/functions/g-.fish b/functions/g-.fish
new file mode 100644
index 0000000..88fdf5e
--- /dev/null
+++ b/functions/g-.fish
@@ -0,0 +1 @@
+alias g-='git checkout -'
diff --git a/functions/gll.fish b/functions/gll.fish
new file mode 100644
index 0000000..2897824
--- /dev/null
+++ b/functions/gll.fish
@@ -0,0 +1 @@
+alias gll='git pull'
diff --git a/functions/gpl.fish b/functions/gpl.fish
new file mode 100644
index 0000000..6b4067d
--- /dev/null
+++ b/functions/gpl.fish
@@ -0,0 +1 @@
+alias gpl='git pull'