Skip to content

Instantly share code, notes, and snippets.

View balakrishnavalluri-gep's full-sized avatar

Balakrishna valluri balakrishnavalluri-gep

View GitHub Profile

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 .