Skip to content

Instantly share code, notes, and snippets.

@wolf-mtwo
Created November 2, 2014 02:51
Show Gist options
  • Save wolf-mtwo/fd2475b19166a9e6199b to your computer and use it in GitHub Desktop.
Save wolf-mtwo/fd2475b19166a9e6199b to your computer and use it in GitHub Desktop.
git
cd d:
cd n
cd wayra/
sudo npm install -g meanio@latest
si tiene error dos veces
mean init wayra-attendance
cd wayra-attendace
npm install
==============================================
changing remote url
git remote -v
# View existing remotes
# origin https://github.com/user/repo.git (fetch)
# origin https://github.com/user/repo.git (push)
git remote set-url origin https://github.com/user/repo2.git
# Change the 'origin' remote's URL
git remote -v
# Verify new remote URL
# origin https://github.com/user/repo2.git (fetch)
# origin https://github.com/user/repo2.git (push)
================================================
mean install mean-admin
mean install mean-upload
mean install socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment