Make a new branch
git branch <name>
Show branches (* is the active/current branch)
git branch
<?php | |
namespace App\Http\Controllers\Admin; | |
use App\Http\Controllers\Controller; | |
use Illuminate\Http\Request; | |
use App\Models\Calendar; | |
class CalendarController extends Controller | |
{ |
git branch <name>
git branch