DEV Community

Discussion on: How to learn Git slowly.

Collapse
 
ecyrbe profile image
ecyrbe

Hello,

Thank you for sharing.

For those who will try to find squash command. It's not standard, you can create an alias to mimick the behaviour.
If you just need to squash when merging you can do :

git merge --squash

Collapse
 
samuelfaure profile image
Samuel-Zacharie FAURE

Thank you so much ! I'll correct this.