From b1abf5ef5657be93027a55bdd60156e9ce8c43d1 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 13 Jul 2023 03:05:41 +0200 Subject: Git aliases --- functions/g-.fish | 1 + functions/gll.fish | 1 + functions/gpl.fish | 1 + 3 files changed, 3 insertions(+) create mode 100644 functions/g-.fish create mode 100644 functions/gll.fish create mode 100644 functions/gpl.fish (limited to 'functions') 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' -- cgit v1.2.3