Git & Github
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 83% Most missed: “Master Branch”
Git & Github
Time left 00:00
25 Questions

1. git init

2. git config --global [setting to change]

3. (master *)

4. git --version

5. GitLens

6. clear

7. clone [url location of git repository]

8. https://git-scm.com/

9. code [directory name]

10. git add [file name]

11. git status

12. git remote add origin [url location of git repository]

13. ls

14. git add . (git add period)

15. git config --global user.email jackjohnston@g****.com

16. ls -a

17. git diff [sha value] -p

18. GitHub Fork

19. git checkout [branch name]

20. git annotate [] []

21. git branch --set-upstream-to=origin/master master

22. git show HEAD~[number of commits to show]

23. https://git-scm.com/book/en/v2

24. git show {sha value]

25. git config --global user.name Jack Johnston""