diff --git a/git/notes.txt b/git/notes.txt index 2e34491..0824180 100644 --- a/git/notes.txt +++ b/git/notes.txt @@ -1,7 +1,5 @@ Notes from Git sessions: -Local -Main workflow: init, then add/commit +Sauza +======= -Remote -Main workflow...don't know yet \ No newline at end of file diff --git a/git/project/.gitignore b/git/project/.gitignore new file mode 100644 index 0000000..8cdcbba --- /dev/null +++ b/git/project/.gitignore @@ -0,0 +1 @@ +output.txt \ No newline at end of file diff --git a/git/project/README.md b/git/project/README.md new file mode 100644 index 0000000..2f41dc3 --- /dev/null +++ b/git/project/README.md @@ -0,0 +1,3 @@ +py-class +This repo is a demo to learn about connecting git local with git remote +======== diff --git a/git/project/top_10.sh b/git/project/top_10.sh new file mode 100644 index 0000000..19df90a --- /dev/null +++ b/git/project/top_10.sh @@ -0,0 +1,3 @@ +#find the word question in one of my analytics files and print to a file + +grep Question $1 | head > output.txt diff --git a/participants/sample.txt b/participants/sample.txt index 9973fae..5531325 100644 --- a/participants/sample.txt +++ b/participants/sample.txt @@ -1,4 +1,4 @@ -Name: -Affiliation: +Name: Robert Talamantez +Affiliation: Forest Field Interactive -Want to visit: \ No newline at end of file +Want to visit: Seychelles \ No newline at end of file