This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder