From 868893ae3a8b6b93800e4294f5f04481c0e958da Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 27 Aug 2021 05:53:37 -0700 Subject: [PATCH] updated git_basics notes --- git_basics.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git_basics.txt b/git_basics.txt index 44de6046..5de46aa9 100644 --- a/git_basics.txt +++ b/git_basics.txt @@ -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