Android Logcat over wifi
Most of the time for analytical purpose of mobile application we need to take Application logcat. To take this log or session data we need the following hardware – 1. Wifi Router 2. Desktop / […]
Learning Never Ends …
Most of the time for analytical purpose of mobile application we need to take Application logcat. To take this log or session data we need the following hardware – 1. Wifi Router 2. Desktop / […]
To see the git activity of our project we have to follow the following steps – 1.Download “GitList” from http://gitlist.org/ 2.Extract gitlist and paste it in “C:\wamp\www\gitlist” directory 3.Open “config.ini-example” file 4.Modify client and repositories […]
Revert back to any previous version from Git Bash 1.Get the log history or commit details from git bash using “git log” 2.From this example , last commit is changes 3 and the hash is […]
Create Branches and Merge it with Master 1. Create Branch in Git “git branch branch1” 2. Checkout from Master using “git checkout branch1” 3. Now we are in “branch1” 4. Modify “index.php” Previous After Modify […]
1. Install Git from Git Website 2. Goto your project directory (in my case it is : C:\wamp\www\web) 3. Now Right click on the directory and select “Git Bash Here” 4. Now provide the command […]