Update
This commit is contained in:
parent
5291696b5d
commit
66f2c418cf
|
@ -0,0 +1,3 @@
|
||||||
|
function cfa
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME add $argv
|
||||||
|
end
|
|
@ -0,0 +1,3 @@
|
||||||
|
function cfc
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME commit -m $argv
|
||||||
|
end
|
|
@ -0,0 +1,3 @@
|
||||||
|
function cfp
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME push
|
||||||
|
end
|
|
@ -0,0 +1,3 @@
|
||||||
|
function cfs
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME status
|
||||||
|
end
|
Loading…
Reference in New Issue