Skip to content

Instantly share code, notes, and snippets.

View vijaybajrot's full-sized avatar
🏠
Working from home

Vijay Bajrot vijaybajrot

🏠
Working from home
View GitHub Profile
@vijaybajrot
vijaybajrot / aliases.md
Last active April 11, 2019 13:52
Git, PHP, NPM Aliases for zsh / bash

php

alias pa="php artisan"

git

alias g:st="git status"
alias g:status="git status"
alias g:acm="git add . && git commit -m"
alias g:p="git push"
@odan
odan / php-pdo-mysql-crud.md
Last active December 8, 2020 23:24
Basic CRUD operations with PDO and MySQL