Compare commits

..

No commits in common. "734244b2d986bbff6346d41275ae3ecfef2d032f" and "c91276663c5e49c8457a9b76db3fbf2c81f7ff03" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -1,9 +1,7 @@
# Requires git to be installed
alias gitun="git reset HEAD"
alias gitadd="git add -p"
alias gits="git switch"
alias gitsb="git switch -"
alias gitc="git commit -S"
alias gitcheck="git checkout --"
alias gitc="git commit"
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'

View file

@ -1,8 +1,3 @@
# Don't print a new line at the start of the prompt
add_newline = false
command_timeout = 1000
[dotnet]
disabled = true