Set up git aliases
This commit is contained in:
parent
66cfe618ba
commit
fc4fafb879
1 changed files with 6 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
||||||
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
br = branch
|
||||||
|
ci = commit
|
||||||
|
st = status
|
||||||
|
sign = commit --amend --no-edit --gpg-sign
|
||||||
[include]
|
[include]
|
||||||
path = .hostgitconfig
|
path = .hostgitconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue