Added a new alias tfor git checkout - 'co'

This commit is contained in:
chawley (chawley-vm)
2021-02-17 16:51:34 -05:00
parent a75e1208b8
commit 7c9e9d72c7

View File

@@ -3,6 +3,7 @@
quotepath = false
[alias]
st = status
co = checkout
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
@@ -17,7 +18,7 @@
uncommit = reset --mixed HEAD~
amend = commit --amend
unmerged = diff --name-only --diff-filter=U
alias = config --get-regexp ^alias\\.
as = config --get-regexp ^alias\\.
[push]
default = simple
@@ -25,7 +26,7 @@
ui = true
[user]
name = chawley (derry)
name = chawley
email = chawley@planethawleywood.com
[color "diff"]