Skip to content

Commit

Permalink
shell: add signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Alemayhu <[email protected]>
  • Loading branch information
aalemayhu committed Dec 24, 2024
1 parent fca7415 commit b462de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ alias ga='git add -p'
# Verify that we are using the right branch.
alias gbvv='git branch -v -v'
# Perform verbose commit.
alias gc='git commit -v'
alias gc='git commit -v --signoff'
# Clone a repository.
alias gic='git clone'
# Reword a the last commit.
alias git-amn='git ci -v --amend'
alias git-amn='git ci -v --amend --signoff'
# Show very short repository status.
alias gs='git status -s'
# Show the commits for today
Expand Down

0 comments on commit b462de1

Please sign in to comment.