You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displays the remotes that are already set up where you can *fetch* and *pull* changes. In this case there is only a single remoted called **origin**.
44
+
displays the remotes that are already set up where you can *fetch* and *pull* changes. In this case there is only a single remoted called **origin** because I cloned the repository from the remote repository *arm2011/gitcourse.git*. If you created your repository from
45
+
scratch (**git init**), you will not see any output from *git remote*.
45
46
46
47
---
47
48
49
+
In a repository containing an *origin* remote, one can see the following output with the
50
+
*git graph* command (an alias that we created in the **Basic Commands** session):
0 commit comments