Skip to content

Commit

Permalink
Merge pull request #2224 from rsteube/git-stage
Browse files Browse the repository at this point in the history
git: add - stage alias
  • Loading branch information
rsteube authored Feb 6, 2024
2 parents a6b8a27 + 715c376 commit 6d54d83
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 6d54d83

Please sign in to comment.