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
Some Q's picked out from the first run of the training, I will update this and the lesson with more after the next run:
Does git default to origin if you just run git fetch without origin/upstream?
From the docs:
When no remote is specified, by default the origin remote will be used, unless there’s an upstream branch configured for the current branch.
Can you rename the upstream? git remote rename upstream
"With GitHub Free for personal accounts and organizations, you can work with unlimited collaborators on unlimited public repositories with a full feature set, or unlimited private repositories with a limited feature set." About repositories - GitHub Docs
A repository contains all of your code, your files, and each file's revision history. You can discuss and manage your work within the repository.
What content FAQs should go in the discussion? We will use the first few runs of the lesson to add to this page.
The text was updated successfully, but these errors were encountered: