Skip to content

Instantly share code, notes, and snippets.

View dev-w3's full-sized avatar
💻
Working from home

W3use dev-w3

💻
Working from home
View GitHub Profile
@dev-w3
dev-w3 / git-commands
Last active December 19, 2019 11:39
git init
git config --list --show-origin
git config --global user.name 'dev-w3'
git config --global user.email '[email protected]'
git config --list
git remote add origin https://github.com/dev-w3/nodeone.git
git status
git add .
git stash