We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`# Clone your repository where USERNAME is your github.com username git clone https://github.com/USERNAME/android.git
cd android
git remote add aug-mn https://github.com/aug-mn/andorid.git
git fetch -v aug-mn git merge aug-mn/master
git pull aug-mn master
#Push up into USERNAME's github repository. git push origin master`