Skip to content

Commit

Permalink
added Readme & .Notes, populated both; added test comment for git in …
Browse files Browse the repository at this point in the history
….replit
  • Loading branch information
Jayson authored and repl.it user committed Jul 1, 2020
1 parent 2f4deb2 commit e8b6681
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Git high level flow
Local change
staging (`git add`)
Commit (`git commit`)
Push ("notice me senpai!")


Privacy app "unTraccd"
- the peace of an untraccd mind (TM)
3 changes: 2 additions & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
language = "bash"
run = "python3 chapter_3.py"
run = "python3 chapter_3.py"
# git diff test
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# QCC
*A repo of Quarantine Coding Club projects xor practice*
## Sub1
This is a repo to later be moved under the larger QCC repo

### ToDo
* verify sync with github
* verify markdown success
* transfer file descriptions here
* git pull this file

0 comments on commit e8b6681

Please sign in to comment.