Skip to content

Instantly share code, notes, and snippets.

@perebaj
Last active September 5, 2025 14:22
Show Gist options
  • Select an option

  • Save perebaj/342cf6f3924306a66194ec9bcae99faa to your computer and use it in GitHub Desktop.

Select an option

Save perebaj/342cf6f3924306a66194ec9bcae99faa to your computer and use it in GitHub Desktop.
Fish Functions
function @gsm
git switch main
end
function gs
git status
end
function @greset
git fetch origin
git reset --hard origin/main
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment