Skip to content

Instantly share code, notes, and snippets.

View phanendraguptha's full-sized avatar
:octocat:
code to live and live to code

Phanendra Guptha Katta phanendraguptha

:octocat:
code to live and live to code
View GitHub Profile
@phanendraguptha
phanendraguptha / gitCheatSheet.md
Last active August 18, 2019 07:58
Git cheatsheet

Basic commands

For global username and useremail

  git config --global user.name "<username>"

  git config --global user.email "<email>"

Git log (To see your commit or other's commit message history)

@phanendraguptha
phanendraguptha / markdownCheatSheet.md
Last active August 17, 2019 14:56
markdown cheat sheet

Heading 1

Heading 2

Heading 3

Heading 4