-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Readme & .Notes, populated both; added test comment for git in …
….replit
- Loading branch information
Jayson
authored and
repl.it user
committed
Jul 1, 2020
1 parent
2f4deb2
commit e8b6681
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
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) |
This file contains 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
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 |
This file contains 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
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 |