Managing github
Create ssh keys
eval "$(ssh-agent -s)"
Git Commands
#!/bin/bash # # gogit if [ "$1x" == "x" ];then echo "usage:$0
" exit 1 fi git status read -p "Type \"Y\" or \"y\" to Proceed?" if [ "${REPLY}" != "Y" -a "${REPLY}" != "y" ] then echo "Quitting." exit 1 fi git add -A git commit -m "$1" git push
git clone
git status
git add
git commit
git pull
git branch
[Top]
[Home]
Glenn Lyons VK4PK
glenn@LyonsComputer.com.au
Ver:gnl20211228 - pre published v0.9