Created
April 1, 2018 09:34
-
-
Save shamiul94/079025bcc148fe52a8f860c9731b8d9c to your computer and use it in GitHub Desktop.
This file contains 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 init | |
git status | |
git add hello.txt | |
git commit -m"hskdfgks" | |
git add --all | |
git diff | |
git dif --cached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment