Skip to content

Instantly share code, notes, and snippets.

View allen-zitting's full-sized avatar

Allen Zitting allen-zitting

  • VivaNet Corp.
  • Santa Fe, NM
View GitHub Profile
@Kerry350
Kerry350 / git-commands.mkd
Last active April 23, 2020 04:23
Common Git commands

A little lookup for commands I use frequently

  • Commit all edited files and add a message

git commit -a -m "My commit"

  • Add all new files

git add .