Thursday 3 March 2016

Some Treehouse notes.

Some notes I have on https://teamtreehouse.com/library/github-basics/working-on-a-team/working-on-a-team-review


Q: After merging a pull request, you want to look at the complete project history of changes. From a repository's main page, what tab will you click on?

A: commits

Q: When pulling down a branch for review, what's the correct set of Git commands?
A: git fetch git checkout

Q: In a new pull request, you're adding checkout functionality to your store application. What's the best Pull Request title for that change?
A: add checkout functionality to store

Q: If you're a member of the "acme" organization and want to team mention the "video" team, what's the correct format for the team mention?

A: acme/video

No comments: