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
6 changes: 3 additions & 3 deletions code/tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ console.log('the day is: ' + day);
var monday = 'monday';
var tuesday = 'tuesday';
var wednesday = 'wednesday';
// console.log('the variable monday contains: ' + monday);
// console.log('the variable tuesday contains: ' + tuesday);
// console.log('the variable wednesday contains: ' + wednesday);
// console.log('the variable monday contains: ' + monday);
// console.log('the variable tuesday contains: ' + tuesday);
// console.log('the variable wednesday contains: ' + wednesday);

monday = tuesday;
tuesday = wednesday;
Expand Down
20 changes: 13 additions & 7 deletions notes/monday.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Make a change
Make another change
Do something else
tra la la
md - markdown
cd - change directory
Repository - collection of files
GIT = software VCS

here's another change

more notes for a monday night!!!!
monday night








Making some changes to get saved
5 changes: 5 additions & 0 deletions notes/thursday-langstonmac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DRY
dont repeat yourself
dont repeat your lines of c o d e
-find ways to make it succinct

13 changes: 12 additions & 1 deletion notes/tuesday.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Tuesday notes
* how to use vi
Git branching
git push origin master
get checkout branchname to switch branches
git branch to find branches
navigating the command line

cd - change directory
ls - list resources
pwd - present working directory
cp - copy resources
mv - move resource
rm - remove resource
3 changes: 3 additions & 0 deletions notes/wednesday.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Making changes to make some changes.
I like to push and to pull
Its pretty cool if you ask me