Last active
July 30, 2019 09:23
-
-
Save ivancorrales/5a4cdaa47835c4929699a6908575b97e to your computer and use it in GitHub Desktop.
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 clone https://github.com/wesovilabs/CD_nodejs.git | |
cd CD_nodejs | |
git remote set-url origin http://localhost:3000/developer/CD_nodejs.git | |
git add . | |
git commit -m "feat: initial commit" | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment