Skip to content

Instantly share code, notes, and snippets.

View manojLondhe's full-sized avatar
💭
I may be slow to respond.

Manoj L manojLondhe

💭
I may be slow to respond.
  • Pune, India
  • 08:58 (UTC +05:30)
View GitHub Profile
@manojLondhe
manojLondhe / AttachJwtToken.php
Created February 22, 2022 11:45 — forked from whoisryosuke/AttachJwtToken.php
Laravel - Testing - Base class to extend basic API tests
<?php
namespace Tests\Traits;
use KushyApi\User;
trait AttachJwtToken
{
/**
* @var User
@manojLondhe
manojLondhe / import_git2git.sh
Created January 6, 2020 06:48 — forked from alghanmi/import_git2git.sh
Import an existing git repository (A) into another (B)
#!/bin/sh
##
## Import an existing git repository (A) into another (B)
##
## Reference: http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/
##
REPO_A="<git repo A url>"
REPO_A_DIR="<directory 1>"