Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
0e1e877e
Unverified
Commit
0e1e877e
authored
Sep 27, 2023
by
Carlo Sala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(git)!: remove `gt` alias
BREAKING CHANGE: `gt` alias clashes with Graphite CLI (
https://graphite.dev
). See
https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910
parent
4fb5d02d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
README.md
plugins/git/README.md
+0
-1
git.plugin.zsh
plugins/git/git.plugin.zsh
+0
-1
No files found.
plugins/git/README.md
View file @
0e1e877e
...
@@ -199,7 +199,6 @@ plugins=(... git)
...
@@ -199,7 +199,6 @@ plugins=(... git)
|
`gswc`
|
`git switch -c`
|
|
`gswc`
|
`git switch -c`
|
|
`gswd`
|
`git switch $(git_develop_branch)`
|
|
`gswd`
|
`git switch $(git_develop_branch)`
|
|
`gswm`
|
`git switch $(git_main_branch)`
|
|
`gswm`
|
`git switch $(git_main_branch)`
|
|
`gt`
|
`git tag`
|
|
`gta`
|
`git tag --annotate`
|
|
`gta`
|
`git tag --annotate`
|
|
`gts`
|
`git tag -s`
|
|
`gts`
|
`git tag -s`
|
|
`gtv`
|
`git tag \| sort -V`
|
|
`gtv`
|
`git tag \| sort -V`
|
...
...
plugins/git/git.plugin.zsh
View file @
0e1e877e
...
@@ -347,7 +347,6 @@ alias gsw='git switch'
...
@@ -347,7 +347,6 @@ alias gsw='git switch'
alias
gswc
=
'git switch --create'
alias
gswc
=
'git switch --create'
alias
gswd
=
'git switch $(git_develop_branch)'
alias
gswd
=
'git switch $(git_develop_branch)'
alias
gswm
=
'git switch $(git_main_branch)'
alias
gswm
=
'git switch $(git_main_branch)'
alias
gt
=
'git tag'
alias
gta
=
'git tag --annotate'
alias
gta
=
'git tag --annotate'
alias
gts
=
'git tag --sign'
alias
gts
=
'git tag --sign'
alias
gtv
=
'git tag | sort -V'
alias
gtv
=
'git tag | sort -V'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment