DEV Community

Discussion on: 🌳🚀 CS Visualized: Useful Git Commands

Collapse
 
mansoor_aman profile image
Mansoor

Awesome animations. It is great to see a diagrammatic representation of these git commands.

For "git pull", is the animation correct? I would have expected it to fetch the commits and then do a ff merge.

For clarity, it would also help to distinguish between the remote repository and the local remote branches in the animations.

Collapse
 
fmeyertoens profile image
Fabian

I also expected the ff merge. But now she already has an animation for git pull --no-ff if ever she needs one. 😉