Skip to content

Instantly share code, notes, and snippets.

View barbara-rogar's full-sized avatar

Barbara barbara-rogar

  • Zagreb, Croatia
View GitHub Profile
@barbara-rogar
barbara-rogar / git-cheat-sheet.md
Last active June 25, 2021 07:04
List of helpful git commands

Git cheat sheet

Set up

Set up global .gitignore

git config --global core.excludesfile '~/.gitignore'

Set upstream