Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "bash"
run = ""
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# Basic Editing Worflow Demo
This repository is used to demonstrate a basic editing worklfow between a local git repository and github. You will make some edits to this README.md file and explore how Git and Github works.

# Header 1
This is body of text under the first **header**
## Header 2
This is body of text under the second *header*
### Header 3
This is a list
* item 1
* item 2
* item 3
#### Header 4
This is a change in replit

##### Header 5
Edit from the exploration branch

###### Header 6

## Sample Code
```
name = input("Enter your name")
print(name)

if name == "Eric":
print("****")
```

Empty file added otherfile.md
Empty file.