diff --git a/code/tuesday.js b/code/tuesday.js index 8056863..4cd8c62 100644 --- a/code/tuesday.js +++ b/code/tuesday.js @@ -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; diff --git a/notes/monday.md b/notes/monday.md index 309f173..3dd44e0 100644 --- a/notes/monday.md +++ b/notes/monday.md @@ -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 diff --git a/notes/thursday-langstonmac.md b/notes/thursday-langstonmac.md new file mode 100644 index 0000000..bdd3f33 --- /dev/null +++ b/notes/thursday-langstonmac.md @@ -0,0 +1,5 @@ +DRY + dont repeat yourself + dont repeat your lines of c o d e + -find ways to make it succinct + diff --git a/notes/tuesday.md b/notes/tuesday.md index b8b764c..c08dc54 100644 --- a/notes/tuesday.md +++ b/notes/tuesday.md @@ -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 diff --git a/notes/wednesday.md b/notes/wednesday.md new file mode 100644 index 0000000..a338578 --- /dev/null +++ b/notes/wednesday.md @@ -0,0 +1,3 @@ +Making changes to make some changes. +I like to push and to pull +Its pretty cool if you ask me