Skip to content

Instantly share code, notes, and snippets.

View Aaradhya-10's full-sized avatar

Aaradhya Dixit Aaradhya-10

View GitHub Profile
@Aaradhya-10
Aaradhya-10 / git-commands.mkd
Created December 19, 2018 16:47 — forked from Kerry350/git-commands.mkd
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 .