You are not allowed to add pages
This is an old revision of the document!
$ git config --global user.name "frdeng" $ git config --global user.email "frank.deng@oracle.com"
$ git clone https://github.com/frdeng/oraclelinux.git
$ git remote add upstream https://github.com/boxcutter/oraclelinux.git
$ git fetch upstream
$ git branch --set-upstream-to=upstream/master master
$ git checkout -b newfix
$ git add .
$ git commit -m "comments"
$ git push --set-upstream origin newfix