Skip to content

Instantly share code, notes, and snippets.

View devraniabhishek031's full-sized avatar

devraniabhishek031

View GitHub Profile
@devraniabhishek031
devraniabhishek031 / nodejs-cicd-github-actions.md
Created September 9, 2024 11:28 — forked from danielwetan/nodejs-cicd-github-actions.md
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder

@devraniabhishek031
devraniabhishek031 / git-commands.md
Created March 10, 2024 10:45 — forked from LondheShubham153/git-commands.md
This Gist contains all the useful Git Commands

Git Commands

This Gist contains all the useful commands for Git

Build Status

Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.

If you are a developer and want to keep every version of your code/project (which you would most certainly want to), a Version Control System (VCS) is a very wise thing to use.

  • All the commands used for Git