Closed cshea93 closed 7 years ago
I believe so. Thanks!
On Jan 14, 2017, at 12:13 PM, Ben Adamski notifications@github.com wrote:
@BenGitsCode commented on this pull request.
👍
The best way to learn git is to keep practicing it! Never hesitate to look a command up or double check your workflow steps before entering git commands.
You're always creating a branch in the directory your working in and do so to isolate the workspace. Think of it like this: I'm on master and I want work on this without affecting this original starting place. So by checking out a new branch called response. Your basically copy master, calling it response, and now you can work in that very same copy, without affecting your original. Was that helpful?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ga-wdi-boston/git-practice/pull/145#pullrequestreview-16698230, or mute the thread https://github.com/notifications/unsubscribe-auth/APkkLtc4-V1bKBbVfByIDbF2FSuraeF5ks5rSQIlgaJpZM4Le5Cw.
Answer all response questions