Skip to content

Instantly share code, notes, and snippets.

View leonhoffmann86's full-sized avatar

Leon Hoffmann leonhoffmann86

View GitHub Profile
@leonhoffmann86
leonhoffmann86 / most-important-gut-commands.md
Last active August 21, 2021 19:10
Most important Git commands

Most important Git commands

Set User

  • git config –global user.name "[name]" -> sets author name
  • git config –global user.email "[email address]" -> sets author email id

.gitignore

  • Create a .gitignore file and define which files are not added to git