Added a new alias tfor git checkout - 'co'
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
quotepath = false
|
quotepath = false
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
|
co = checkout
|
||||||
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
|
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
|
||||||
lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit
|
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
|
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~
|
uncommit = reset --mixed HEAD~
|
||||||
amend = commit --amend
|
amend = commit --amend
|
||||||
unmerged = diff --name-only --diff-filter=U
|
unmerged = diff --name-only --diff-filter=U
|
||||||
alias = config --get-regexp ^alias\\.
|
as = config --get-regexp ^alias\\.
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = chawley (derry)
|
name = chawley
|
||||||
email = chawley@planethawleywood.com
|
email = chawley@planethawleywood.com
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
|
|||||||
Reference in New Issue
Block a user