This commit is contained in:
Roland Thomas 2023-02-18 13:04:55 -05:00
parent 5291696b5d
commit 66f2c418cf
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function cfa
git --git-dir=$HOME/config-files --work-tree=$HOME add $argv
end

View File

@ -0,0 +1,3 @@
function cfc
git --git-dir=$HOME/config-files --work-tree=$HOME commit -m $argv
end

View File

@ -0,0 +1,3 @@
function cfp
git --git-dir=$HOME/config-files --work-tree=$HOME push
end

View File

@ -0,0 +1,3 @@
function cfs
git --git-dir=$HOME/config-files --work-tree=$HOME status
end