init-el/push.esh

21 lines
581 B
Plaintext

# Eshell script file
# (require 'em-script)
# (eshell-source-file "push.esh")
# ;; I have an alias for this in eshell :3
#
# Project initialized with:
# git init
# git add init.el config/ readme.org push.esh
# git commit -m "initial cum it"
# git remote add origin https://tildegit.org/knit/init-el.git
# git push -u origin main
#
# git config user.name "linty pocket"
# git config user.email "emily@tilde.pink"
# git config --global credential.helper store
git add init.el config/ readme.org push.esh docs/
git commit -m "Update"
git push -u origin main