Created
February 12, 2022 07:38
-
-
Save rahul-yr/65159abe6c4ed95edb905a645849ee4b to your computer and use it in GitHub Desktop.
Git Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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