summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'