Skip to content

Commit

Permalink
Merge branch '190_gitbashfunctions_fix' of https://github.com/Gua-tk/…
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Feb 28, 2024
2 parents c3fd59f + 1a88ec9 commit 9ff28ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/features/checkout/checkout.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
checkout_name="Function checkout"
checkout_description="Alias for git checkout"
checkout_version="1.0"
checkout_tags=("customDesktop" "gitFunctions")
checkout_tags=("customDesktop" "gitbashfunctions")
checkout_systemcategories=("System" "Utility")

checkout_bashfunctions=("checkout.sh")
2 changes: 1 addition & 1 deletion data/features/clone/clone.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
clone_name="Function clone"
clone_description="Function for git clone \$1"
clone_version="1.0"
clone_tags=("customDesktop" "gitFunctions")
clone_tags=("customDesktop" "gitbashfunctions")
clone_systemcategories=("System" "Utility")
clone_bashfunctions=("clone.sh")
2 changes: 1 addition & 1 deletion data/features/commit/commit.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
commit_name="Function commit"
commit_description="Function that makes git commit -am"
commit_version="1.0"
commit_tags=("gitbashfunctions")
commit_tags=("customDesktop" "gitbashfunctions")
commit_systemcategories=("System" "Utility")
commit_bashfunctions=("commit.sh")

0 comments on commit 9ff28ba

Please sign in to comment.