Linux – github

github commands

#clone files
git clone https://github.com/Stefan300381/autoHyperBackup.git

#change to dev branch
git checkout dev

#save changes

git commit -a -m "MY COMMIT MESSAGE"

#verify status
git status

#new files might require git add(?)

#upload changes
git push