Skip to content

Commit

Permalink
Move verbose flag to git config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtronic committed Nov 27, 2018
1 parent 8fd803a commit b421acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aliases
Expand Up @@ -33,9 +33,9 @@ alias g='git'
alias ga='git add'
alias gaa='git add --all'
alias gb='git branch'
alias gc='git commit -v'
alias gca='git commit -a -v'
alias gcam='git commit -a -v --amend'
alias gc='git commit'
alias gca='git commit -a'
alias gcam='git commit -a --amend'
alias gcb='git checkout -b'
alias gcl='git clone'
alias gcm='git checkout master'
Expand Down
1 change: 1 addition & 0 deletions gitconfig
Expand Up @@ -32,6 +32,7 @@

[commit]
gpgsign = true
verbose = true

[help]
autocorrect = 1
Expand Down

0 comments on commit b421acf

Please sign in to comment.