AutoYADM commit: 2025-04-16 19:10:12

This commit is contained in:
Daniel Fichtinger 2025-04-16 19:10:12 -04:00
parent 47a06b5318
commit 6afc52c6bf

View file

@ -0,0 +1,3 @@
function gcd --description 'cd to the root of current git repo'
cd (git rev-parse --show-toplevel)
end