Compare commits

..

2 Commits

Author SHA1 Message Date
Gil Portenseigne e884c303b3 ajout de ggpush fish flavour 2024-03-05 09:52:06 +01:00
Gil Portenseigne 9aa566704a Ajout script ksh pour se logger dans un pod 2024-03-05 09:21:42 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,3 @@
function ggpush --wraps='git push origin "$(git_current_branch)"' --description 'alias ggpush=git push origin "$(git_current_branch)"'
git push origin "$(git_current_branch)" $argv
git push origin (command git symbolic-ref --short HEAD 2>/dev/null)
end

View File

@ -0,0 +1,3 @@
function ksh --description 'se connecte au pod en param'
kubectl exec -it $argv /bin/bash
end