Skip to content

Instantly share code, notes, and snippets.

View shrestharikesh's full-sized avatar
🎯
Focusing

Rikesh Shrestha shrestharikesh

🎯
Focusing
View GitHub Profile
@shrestharikesh
shrestharikesh / commands on local machine after server setup
Last active September 21, 2020 04:49
Automatic deployment with GIT in a VPS. Create a git hook on VPS.
cd /my/workspace
mkdir project && cd project
git init
git remote add live ssh://user@mydomain.com/var/repo/site.git
git add .
git commit -m "My project is ready"
git push live master
@shrestharikesh
shrestharikesh / markdown.md
Created November 22, 2021 16:15
markdown Cheatsheet

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5