updated git_basics notes
This commit is contained in:
parent
44f59a0f96
commit
868893ae3a
1 changed files with 5 additions and 1 deletions
|
|
@ -90,7 +90,11 @@ npm login # Enter login credentials
|
||||||
|
|
||||||
npm publish --access=public # publishes your current npm package to npm
|
npm publish --access=public # publishes your current npm package to npm
|
||||||
|
|
||||||
|
################### VIEWING REPOSITORIES #####################
|
||||||
|
|
||||||
|
Once within your local repository directory you can view what repositories you have open on your remote repositories by entering:
|
||||||
|
|
||||||
|
git remote -v
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue