updated git_basics notes

This commit is contained in:
tomit4 2021-08-27 05:53:37 -07:00
parent 44f59a0f96
commit 868893ae3a

View file

@ -90,7 +90,11 @@ npm login # Enter login credentials
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