Skip to content

Instantly share code, notes, and snippets.

@chrisfalter
Created April 19, 2022 06:25
Show Gist options
  • Save chrisfalter/23d5571eb212ef881835ad0139d7cabb to your computer and use it in GitHub Desktop.
Save chrisfalter/23d5571eb212ef881835ad0139d7cabb to your computer and use it in GitHub Desktop.
Store your work on the git server
~/code/my_repo $ git add .
~/code/my_repo $ git commit -m "helpful, short commit message" .
~/code/my_repo $ git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment