DEV Community

Discussion on: Git & Github Commands

Collapse
 
murkrage profile image
Mike Ekkel

Good post :), it would help if you used code blocks around the commands like so:

$ git config — global user.name “username”
Enter fullscreen mode Exit fullscreen mode

This can be done by using three backticks (`). Check out this markdown cheatsheet for more info!

Collapse
 
oshi36 profile image
Oshi Gupta

Thank you Mike for the suggestion.I will use that.