DEV Community

Discussion on: Git: Cheat Sheet (advanced)

Collapse
 
weakish profile image
Jang Rush

Nice summary! I'd like to translate it to Chinese (the translated text will be published at nextfe.com). Can you give me the permission?

Collapse
 
maxpou profile image
Maxence Poutord

Hey Jang, sorry for the late reply.
Sure! You can translate it in Chinese! :) (I just ask you to mention the original post + author)
Let me know when it's published!

Collapse
 
weakish profile image
Jang Rush

Just published Chinese translation at: nextfe.com/git-cheatsheet-advanced/

Credit is given at the beginning of the translated text (also backlink to the original post).

BTW, in section "πŸ•ΉExecute command on each commit when rebasing":

git rebase HEAD~3 --exec "npm run test"

I think you meant to write npm test here (as shown in the figure below), despite that npm run test and npm test are equivalent.

Thread Thread
 
maxpou profile image
Maxence Poutord

Sorry for the very late reply but thank you!