Git Intermediate
This test evaluates your intermediate knowledge of Git, focusing on branching strategies, merging, resolving conflicts, and using remote repositories effectively. Enhance your skills further with Git & GitHub Crash Course on FreeCodeCamp, explore Git Branching Workflows, and check this practical Intermediate Git Tutorial on YouTube.
1
How do you undo the last commit while keeping changes in staging?
2
How do you create and switch to a new branch in one command?
3
How do you see the changes between working directory and last commit?
4
How do you rename the current branch?
5
How do you delete a local branch?
6
How do you delete a remote branch?
7
How do you see all remote repositories?
8
How do you change the URL of a remote repository?
9
How do you see the changes made in a specific commit?
10
How do you create a tag?
11
How do you push tags to remote?
12
How do you see who changed a specific line in a file?
13
How do you stash changes?
14
How do you apply a stash without removing it from stash list?
15
How do you see the list of stashes?