Tag Archives: commit

Quick Git Command you can use in your project

By | January 8, 2018

Here are some git commands that you will normally use in a git version controlled project repository. Commit For Commiting all modified files use git commit -am”Message” Status For checking the status of the git repository use git status Log For getting the information about the Git checkins use… git log To Print in a… Read More »

How to encrypt a string in Android Using Base64?

By | December 18, 2012

Please check the LogCat for output. Join the Forum discussion on this post