mirror of
https://github.com/chenasraf/git-open.git
synced 2026-05-18 01:38:59 +00:00
6 lines
247 B
Bash
Executable File
6 lines
247 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
unset -f git_open git_open_project git_open_branch git_open_file git_open_commit \
|
|
git_open_pr_list git_open_new_pr git_open_pipelines uriencode git_get_remote \
|
|
git_get_repo_path git_get_remote_type open_url
|