Skip to content

Instantly share code, notes, and snippets.

@rahul-yr
Created February 12, 2022 07:38
Show Gist options
  • Save rahul-yr/65159abe6c4ed95edb905a645849ee4b to your computer and use it in GitHub Desktop.
Save rahul-yr/65159abe6c4ed95edb905a645849ee4b to your computer and use it in GitHub Desktop.
Git Commands
git clone url
git fetch
git branch
git pull
git status
CRLF to LF
git config core.autocrlf false
git add --all
git commit -m "A dummy commit"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment