Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,21 @@
# HTML Tags
- cite:
- abbr:
-



```shell
…or create a new repository on the command line
echo "# Example" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/progaurab/Example.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/progaurab/Example.git
git branch -M master
git push -u origin master

```