Delete Local Branch Run this git command to delete local branch git branch -d <branch> git branch -D <branch> (forcefully delete local branch) Delete Remote
Tag: Git
How to setup laravel git project
1. First of all Create a database for project in your system 2. Download composer https://getcomposer.org/download/ and install it in your system 3. Copy git