Skip to content

Instantly share code, notes, and snippets.

@sbhal
Last active May 21, 2022 20:28
Show Gist options
  • Save sbhal/e18d9565fd373f8278f1 to your computer and use it in GitHub Desktop.
Save sbhal/e18d9565fd373f8278f1 to your computer and use it in GitHub Desktop.
git cmd cheatsheet
#git init
git add .
git commit -m "first commit"
#click to copy the remote repository URL
git remote add origin "remote rep URL"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment