Git Master And branch
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 […]
Learning Never Ends …
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 […]