Step 6: Git Clone/ GIT Version Control
GIT Clone
ssh-keygen -t rsa -b 4096 -C "username@example"cat ~/.ssh/id_rsa.pub
GIT Push / Pull
Git Push
Git Pull
Last updated
ssh-keygen -t rsa -b 4096 -C "username@example"cat ~/.ssh/id_rsa.pub
Last updated
git clone -b backup-mapmama.com [email protected]:techkoson/mapmama-vue-laravel.gitgit add .
git commit -m "Your commit message"
git push origin <your-branch-name>git add .
git commit -m "Update From mapmama.com 14/3"
git push origin backup-mapmama.comgit pull origin <your-branch-name>git pull origin backup-mapmama.com