Created
April 6, 2020 16:59
-
-
Save prosantamazumder/487e77c2f8c399ec757f8863d8329c41 to your computer and use it in GitHub Desktop.
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 config --global user.name "prosantomazumder" | |
git config --global user.email "[email protected]" | |
$ git init | |
$ git ls | |
$ git status | |
$ git add * | |
$ git commit -m "version 1.0.1" | |
$ git status | |
$ git push | |
$ git remote add origin "Git Repository URL here" | |
$ git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment