Team Work Flashcards
1
Q
How to get your own replica of a remote repository
A
git clone remote_location clone_name
2
Q
Once you have cloned a git project, how could you see whether others made changes?
A
cd my-quizzes
git fetch
3
Q
How would you access your local directories
A
cd my-quizzes
4
Q
How would you push your branch up the remote? (For review, where others can check)
A
git push origin bio-questions