When it is necessary to push
code to the Orabuntu-LXC github master branch repository, first copy the
id_rsa.pub to the github security settings. Then clone the
repository. Next copy the updated files into the local just-downloaded
github clone as shown below. cd ../../orabuntu-lxc-6.11.4-beta/cp -pr * ../orabuntu-lxc/.cd ../orabuntu-lxcThen run the git operations to push the code to GitHub as shown below. git config --global user.name gstandengit config --global user.email "gilstanden@hotmail.com"git add .git commit -m "v6.11.5-beta AMIDE"git push origin masterThen login to github and check that the push has been successful. |
GitHub Operations >