|
|
|
@ -6,6 +6,7 @@
@@ -6,6 +6,7 @@
|
|
|
|
|
pager = "less -R -X --ignore-case -w --jump-target=.5" |
|
|
|
|
editor=vim |
|
|
|
|
excludesfile = ~/.shellrc/etc/soft/git/gitignore-global |
|
|
|
|
quotepath = false |
|
|
|
|
|
|
|
|
|
[gui] |
|
|
|
|
wmstate = normal |
|
|
|
@ -37,7 +38,9 @@
@@ -37,7 +38,9 @@
|
|
|
|
|
st = status |
|
|
|
|
|
|
|
|
|
p = pull |
|
|
|
|
u = push |
|
|
|
|
u = push origin master |
|
|
|
|
|
|
|
|
|
co = checkout |
|
|
|
|
|
|
|
|
|
lf = log --source --graph --stat --date=iso --pretty=medium --decorate=full |
|
|
|
|
ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)%Creset' --abbrev-commit --date=short |
|
|
|
@ -56,7 +59,9 @@
@@ -56,7 +59,9 @@
|
|
|
|
|
# http://gitboard.net |
|
|
|
|
board = !gitboard 2>&- |
|
|
|
|
|
|
|
|
|
hub = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open |
|
|
|
|
url = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open |
|
|
|
|
|
|
|
|
|
hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone" |
|
|
|
|
|
|
|
|
|
pk = !git archive HEAD --format=zip > `basename $PWD`_`\\date '+%Y.%M.%d'`.zip |
|
|
|
|
|
|
|
|
|