Skip to content

Instantly share code, notes, and snippets.

@prosantamazumder
Created April 6, 2020 16:59
Show Gist options
  • Save prosantamazumder/487e77c2f8c399ec757f8863d8329c41 to your computer and use it in GitHub Desktop.
Save prosantamazumder/487e77c2f8c399ec757f8863d8329c41 to your computer and use it in GitHub Desktop.
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