Compare commits
2 commits
c91276663c
...
734244b2d9
Author | SHA1 | Date | |
---|---|---|---|
734244b2d9 | |||
242d96066f |
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Requires git to be installed
|
# Requires git to be installed
|
||||||
alias gitun="git reset HEAD"
|
alias gitun="git reset HEAD"
|
||||||
alias gitadd="git add -p"
|
alias gitadd="git add -p"
|
||||||
alias gitcheck="git checkout --"
|
alias gits="git switch"
|
||||||
alias gitc="git commit"
|
alias gitsb="git switch -"
|
||||||
|
alias gitc="git commit -S"
|
||||||
alias gitp="git push"
|
alias gitp="git push"
|
||||||
|
alias gitr="git rebase -i -S"
|
||||||
alias glg='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit'
|
alias glg='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit'
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
# Don't print a new line at the start of the prompt
|
# Don't print a new line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
command_timeout = 1000
|
||||||
|
|
||||||
|
[dotnet]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue