Skip to content

hpreets/whatsthemeaning

Repository files navigation

What's The Meaning

It is a Gurbani Quiz game for Android platform based on Cordova and AngularJs framework. It is available on Google Play Store here - https://play.google.com/store/apps/details?id=com.games.mrharpreets.wtm

[https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches]
Create the branch on your local machine and switch in this branch :
$ git checkout -b [name_of_your_new_branch]

Push the branch on github :
$ git push origin [name_of_your_new_branch]

When you want to commit something in your branch, be sure to be in your branch.

You can see all branches created by using :
$ git branch

[https://wiki.ushahidi.com/display/WIKI/Getting+the+Source+Code+from+GitHub]
Cloning the source code installs a copy of the repository on your server. It always requires that you have git installed. See the Setting up the Development Environment for instructions on how to do this. To clone the current source code, log in to your development server and run the following commands:
$ git clone git://github.com/ushahidi/Ushahidi_Web.git
$ git pull origin

To keep the source code updated as the project progresses, run the following command:
$ git pull origin

[http://ionicframework.com/docs/guide/installation.html]
Ionic Guide - Installation


git add README.md ZBC XYZ --OR-- git add .
git commit -m "Your commit comments"
git push -u origin ionicportable



To upgrade ionic: npm install -g ionic
To upgrade node: Download and install

To build: ionic build android
To build and release: ionic build android --release
To build, release and sign:

  • ionic build android --release
  • cd platforms\android
  • gradlew assembleRelease