Skip to content

Commit

Permalink
git: add - stage alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 6, 2024
1 parent 7103508 commit 715c376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completers/git_completer/cmd/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

var addCmd = &cobra.Command{
Use: "add",
Aliases: []string{"stage"},
Short: "Add file contents to the index",
Run: func(cmd *cobra.Command, args []string) {},
GroupID: groups[group_main].ID,
Expand Down

0 comments on commit 715c376

Please sign in to comment.