mtzhiro

hirosato.info
mtz.at.hirosato.info
hiro@kakensha.com.br ( kakensha.com.br )
+5511982562567
-OpenSource with github/git
  (repositryname is mtzhiro / mtzhiro.github.io and all do in repository directory)
-------------------------------
#! /usr/bin/sh
/usr/bin/git add --all
/usr/bin/git commit -m "$1"
/usr/bin/git push origin master
-------------------------------

SSH
(add SSH key https://github.com/settings/keys
  $ ssh-keygen -t ed25519
  $ cat ~/.ssh/id_ed25519.pub
  (copy and pase key content)
)
git
(create new/edit file)
$ git -all
$ git commit -m 'comment'
$ git push origin master