1. Principles and practices¶
Assignment¶
Plan, and sketch a final project!
Plan¶
Insert big gulp. It only took me one graduate degree, a pandemic, two babies, and four-plus years of dreaming while working at the Fab Foundation to have the honor to participate in Fab Academy. Bursting with excitement, I am thrilled to collect all my thoughts and learning together and share them with you. As time is limited, I plan to iterate as often as possible and complete every assignment on time.
Self created rules to adhere to my plan: 1. Keep it simple. 2. Create dedicated time to completing projects. Thursdays 4-5pm, Fridays 9am-5pm, Saturday 10-1 pm. Any additional time my kids are napping on Sunday. 3. Create space to have fun, and explore. 4. Re-evaluate these rules each week.
*Need to create a table on next steps based on each week.
Sketch¶
Here I drew a sketch of three blocks stacked, and when the blue and yellow block are sandwhiching the middle block, the middle block turns green.
Research¶
This week I spent my time taking in new information, exploring by researching as many students projects, and thinking about my final project idea.
The Dassault node met to begin building our site and discuss any questions we had when working through a git tutorial. And to solve any issues, we may have come up against together. Initially, all the information felt overwhelming, and after we met, I started to understand how much more information I would still need to seek. However, I pushed through the overwhelm and decided to start small and revisit any concepts, resources, and tools as often as needed.
Useful links¶
Tools
Past Student Websites I explored…
Code Journey¶
This part is intimidating, as I have limited knowledge of using code. I am going to try to add in everything I have done in Terminals thus far to record my journey, in hopes that I will understand it with greater knowledge later.
What I know thus far:
1) With my Mac’s operating system, there were funny work arounds to be able to add the git library, specifically, it could not be saved with under the user folder. I will share more specifics in Week 2/Assignment 2
2) I have gone through a git tutorial multiple times, and listened to it in my car like an audio book, and still have more questions.
Last login: Thu Dec 31 19:01:34 on console
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Aletheas-MBP:~ aletheacampbell$
Aletheas-MBP:~ aletheacampbell$
Aletheas-MBP:~ aletheacampbell$ ls
Adlm
Applications
Creative Cloud Files
Desktop
Documents
Downloads
Library
Mirror
Movies
Music
New document 2.2020_11_24_14_20_51.1.svg
Pictures
Public
VirtualBox VMs
hockey_player.svg
pymel.log
xgen
Aletheas-MBP:~ aletheacampbell$ cd ..
Aletheas-MBP:Users aletheacampbell$ cd ..
Aletheas-MBP:/ aletheacampbell$ cat ~/.ssh/id_rsa.pub
cat: /Users/aletheacampbell/.ssh/id_rsa.pub: No such file or directory
Aletheas-MBP:/ aletheacampbell$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/aletheacampbell/.ssh/id_rsa):
Created directory '/Users/aletheacampbell/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/aletheacampbell/.ssh/id_rsa
Your public key has been saved in /Users/aletheacampbell/.ssh/id_rsa.pub
The key fingerprint is:
SHA256:iiwgPJDVcjifZtNCEhDBihYLltkNZm3JgxF9lh9Q+BY aletheacampbell@Aletheas-MBP.fios-router.home
The key's randomart image is:
+---[RSA 3072]----+
|=+*XX ..=. |
|.OBo+O = E |
|B oB.o+ o o |
|=o B . + |
|+o o o S |
|.... . . |
| . o . |
| . |
| |
+----[SHA256]-----+
Aletheas-MBP:/ aletheacampbell$ cat ~/.ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChVwJxDU0eGa/F1SCmJJaotWnksct1YXnytAgEL+hZymUxI0nqG5L/9B3ZbGR0a30M/5QwDedjBbTpradVE86ljI1MZAzpdKUIrWA1ApRWDNejBXFtPYFF5ymuem042cLklN5LC7Ccrzr1NZYJppKFHeb3PkA+DX2Q8X3JBZ0uxHRFAosQKDvqhDR4+C1ylEWHVLbErRVVzs/0Aq91nlF+/gdMO95H6RkKAm9ySmYVLN64p1lAWXZg/PtrVS2eBCCxEwuFHzUexoQiZk8UxogzIFuK9E6rGUName5HFv+cvfd2pSi43sr8ehDWk8YXZTk/qbiE6jdL55yDxO8TUk/F8eCgonahTp5RllPDVhDTwyJPn4AX3eX7R2XzmgbsaRTHrub2dbOTfLneY3+oCVKEZjbjIESkYF2tvvtVIU3dF5BQzIjiSHDXonJa/YZn+BOXRSXTlqTUPeGPFdySG7zRVKEz59o8iRvkF2xLoDq/7PCVU/02ah4UTq7clMqfE5M= aletheacampbell@Aletheas-MBP.fios-router.home
Aletheas-MBP:/ aletheacampbell$ git --version
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
Aletheas-MBP:/ aletheacampbell$ git config --global user.email “alethealucia@gmail.com"
> git config --global user.name “alethea.campbell”
> cd ..
> cd .
> ls
>
Aletheas-MBP:/ aletheacampbell$ git --version
git version 2.30.1 (Apple Git-130)
Aletheas-MBP:/ aletheacampbell$ git --version
git version 2.30.1 (Apple Git-130)
Aletheas-MBP:/ aletheacampbell$ git configgit config --global user.email “alethealucia@gmail.com"git config --global user.email “alethealucia@gmail.com"
Aletheas-MBP:/ aletheacampbell$ git config --global user.email “alethealucia@gmail.com"
>
Aletheas-MBP:/ aletheacampbell$ git config
usage: git config [<options>]
Config file location
--global use global config file
--system use system config file
--local use repository config file
--worktree use per-worktree config file
-f, --file <file> use given config file
--blob <blob-id> read config from given blob object
Action
--get get value: name [value-pattern]
--get-all get all values: key [value-pattern]
--get-regexp get values for regexp: name-regex [value-pattern]
--get-urlmatch get value specific for the URL: section[.var] URL
--replace-all replace all matching variables: name value [value-pattern]
--add add a new variable: name value
--unset remove a variable: name [value-pattern]
--unset-all remove all matches: name [value-pattern]
--rename-section rename section: old-name new-name
--remove-section remove a section: name
-l, --list list all
--fixed-value use string equality when comparing values to 'value-pattern'
-e, --edit open an editor
--get-color find the color configured: slot [default]
--get-colorbool find the color setting: slot [stdout-is-tty]
Type
-t, --type <> value is given this type
--bool value is "true" or "false"
--int value is decimal number
--bool-or-int value is --bool or --int
--bool-or-str value is --bool or string
--path value is a path (file or directory name)
--expiry-date value is an expiry date
Other
-z, --null terminate values with NUL byte
--name-only show variable names only
--includes respect include directives on lookup
--show-origin show origin of config (file, standard input, blob, command line)
--show-scope show scope of config (worktree, local, global, system, command)
--default <value> with --get, use default value when missing entry
Aletheas-MBP:/ aletheacampbell$ git config --global user.email
Aletheas-MBP:/ aletheacampbell$ sudo git config --global user.email “alethealucia@gmail.com"
>
Aletheas-MBP:/ aletheacampbell$ git status
fatal: not a git repository (or any of the parent directories): .git
Aletheas-MBP:/ aletheacampbell$ git --version
git version 2.30.1 (Apple Git-130)
Aletheas-MBP:/ aletheacampbell$ cat .gitconfig
cat: .gitconfig: No such file or directory
Aletheas-MBP:/ aletheacampbell$ git config --global
usage: git config [<options>]
Config file location
--global use global config file
--system use system config file
--local use repository config file
--worktree use per-worktree config file
-f, --file <file> use given config file
--blob <blob-id> read config from given blob object
Action
--get get value: name [value-pattern]
--get-all get all values: key [value-pattern]
--get-regexp get values for regexp: name-regex [value-pattern]
--get-urlmatch get value specific for the URL: section[.var] URL
--replace-all replace all matching variables: name value [value-pattern]
--add add a new variable: name value
--unset remove a variable: name [value-pattern]
--unset-all remove all matches: name [value-pattern]
--rename-section rename section: old-name new-name
--remove-section remove a section: name
-l, --list list all
--fixed-value use string equality when comparing values to 'value-pattern'
-e, --edit open an editor
--get-color find the color configured: slot [default]
--get-colorbool find the color setting: slot [stdout-is-tty]
Type
-t, --type <> value is given this type
--bool value is "true" or "false"
--int value is decimal number
--bool-or-int value is --bool or --int
--bool-or-str value is --bool or string
--path value is a path (file or directory name)
--expiry-date value is an expiry date
Other
-z, --null terminate values with NUL byte
--name-only show variable names only
--includes respect include directives on lookup
--show-origin show origin of config (file, standard input, blob, command line)
--show-scope show scope of config (worktree, local, global, system, command)
--default <value> with --get, use default value when missing entry
Aletheas-MBP:/ aletheacampbell$ git config --global user.email “alethealucia@gmail.com"
>
Aletheas-MBP:/ aletheacampbell$ open .gitconfig
The file /.gitconfig does not exist.
Aletheas-MBP:/ aletheacampbell$ git clone git@gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git alethea-campbell
fatal: could not create work tree dir 'alethea-campbell': Read-only file system
Aletheas-MBP:/ aletheacampbell$ sudo git clone git@gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git alethea-campbell
Aletheas-MBP:/ aletheacampbell$ ls
Applications System Volumes cores etc opt sbin usr
Library Users bin dev home private tmp var
Aletheas-MBP:/ aletheacampbell$ cd Users
Aletheas-MBP:Users aletheacampbell$ ls
Guest Shared aletheacampbell root
Aletheas-MBP:Users aletheacampbell$ cd aletheacampbell/
Aletheas-MBP:~ aletheacampbell$ ls
Adlm Music
Applications New document 2.2020_11_24_14_20_51.1.svg
Creative Cloud Files Pictures
Desktop Public
Documents VirtualBox VMs
Downloads hockey_player.svg
Library pymel.log
Mirror xgen
Movies
Aletheas-MBP:~ aletheacampbell$ cd Documents
Aletheas-MBP:Documents aletheacampbell$ mkdir fabacademy
Aletheas-MBP:Documents aletheacampbell$ cd fabacademy
Aletheas-MBP:fabacademy aletheacampbell$ git clone git@gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git alethea-campbell
Cloning into 'alethea-campbell'...
The authenticity of host 'gitlab.fabcloud.org (13.59.248.79)' can't be established.
ED25519 key fingerprint is SHA256:JCWnquB9CdnH4ctlmBh6JGzw02iMui8j8KckmYNCq/M.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'gitlab.fabcloud.org' (ED25519) to the list of known hosts.
remote: Enumerating objects: 203, done.
remote: Counting objects: 100% (203/203), done.
remote: Compressing objects: 100% (87/87), done.
remote: Total 203 (delta 111), reused 190 (delta 104), pack-reused 0
Receiving objects: 100% (203/203), 411.05 KiB | 2.08 MiB/s, done.
Resolving deltas: 100% (111/111), done.
Aletheas-MBP:fabacademy aletheacampbell$ git config --global user.email “alethealucia@gmail.com"
>
Aletheas-MBP:fabacademy aletheacampbell$ ls
alethea-campbell
Aletheas-MBP:fabacademy aletheacampbell$ cd
Aletheas-MBP:~ aletheacampbell$ cd alethea-campbell
-bash: cd: alethea-campbell: No such file or directory
Aletheas-MBP:~ aletheacampbell$ ls
Adlm Music
Applications New document 2.2020_11_24_14_20_51.1.svg
Creative Cloud Files Pictures
Desktop Public
Documents VirtualBox VMs
Downloads hockey_player.svg
Library pymel.log
Mirror xgen
Movies
Aletheas-MBP:~ aletheacampbell$ cd Documents
Aletheas-MBP:Documents aletheacampbell$ ls
01_Organize Organize 23
09.17.20 RISD - Product Design.Spring2019
Adobe Reciepts
Adobe Captivate Cached Projects Resume and Cover Letters
Alethea Website SCOPESdf logo sketches-v2_favs.pdf
Alethea_Campbell_Resume_Summer2016.pdf ShopBot Training_GE Brilliant Career Lab 2019
Application to Doctorate Program Sketch Up Files
Arduino Spring 2017
Arlington Middle School - Class Observation 11.05.20 T-522_Infographic
Autodesk Taxes 2016
Autodesk Application Today
BCL- GE and Fab Foundation Umbrella
Baby Z Birth Announcement Vendor Application
Clean Up 07.27.2020 WeDo
Confrences WebEx
Desktop 10.02.2020 YALLA Training
Documents - Alethea’s MacBook Pro Zoom
EAGLE acampbell_project1.png
Fab Learn - 10.10:11, Day 2 +3 aletheacampbell.com
Fall 2016 bookmarks_4_27_20 -- HARVARD.html
Finances bookmarks_4_27_20.html
Fritzing bookmarks_9_30_19.html
Infographic deer.png
LG Bridge fabacademy
Library logo.png
Make Magazine maya
Mom Birthday Gift 2016 mission
My Adobe Captivate Projects smore.pdf
Noun Project - Icons week-4-allreadings.xlsb
Organize week-6-all.txt
Organize 01.13.2021 week-7-all.txt
Aletheas-MBP:Documents aletheacampbell$ cd fabacademy/
Aletheas-MBP:fabacademy aletheacampbell$ ls
alethea-campbell
Aletheas-MBP:fabacademy aletheacampbell$ cd
Aletheas-MBP:~ aletheacampbell$ cd Documents/fabacademy/alethea-campbell/
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: docs/assignments/week01.md
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m 'added to principles and practices'
[master 28732cc] added to principles and practices
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 1 insertion(+), 1 deletion(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 498 bytes | 498.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
cc4f6d8..28732cc master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m 'Added image to About, and updated the about section.'
[master 60e3e02] Added image to About, and updated the about section.
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
2 files changed, 8 insertions(+), 5 deletions(-)
create mode 100644 docs/images/week01/AletheaPhoto.jpg
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 4 threads
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 261.29 KiB | 21.77 MiB/s, done.
Total 8 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
28732cc..60e3e02 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'Student Agreement signed'
[master d762dfb] Student Agreement signed
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 35 insertions(+), 5 deletions(-)
rewrite docs/about/agreement.md (71%)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.14 KiB | 1.14 MiB/s, done.
Total 5 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
60e3e02..d762dfb master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$
[Restored Jan 30, 2022 at 10:22:22 AM]
Last login: Thu Dec 31 19:01:38 on console
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Aletheas-MBP:alethea-campbell aletheacampbell$ ls
README.md mkdocs.yml
docs requirements.txt
Aletheas-MBP:alethea-campbell aletheacampbell$ cd
Aletheas-MBP:~ aletheacampbell$ cd Documents/fabacademy/alethea-campbell/
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'add personal website link'
[master 3a8b7a5] add personal website link
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 2 insertions(+), 2 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 636 bytes | 636.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
d762dfb..3a8b7a5 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: docs/about/agreement.md
modified: docs/about/index.md
no changes added to commit (use "git add" and/or "git commit -a")
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'update about me, and try to add link.'
[master 6045953] update about me, and try to add link.
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
2 files changed, 31 insertions(+), 31 deletions(-)
rewrite docs/about/index.md (64%)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 765 bytes | 765.00 KiB/s, done.
Total 6 (delta 4), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
3a8b7a5..6045953 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit m'add link on personal website.'
error: pathspec 'madd link on personal website.' did not match any file(s) known to git
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Everything up-to-date
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: docs/about/index.md
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'add link'
[master 4c2eea5] add link
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 2 insertions(+), 2 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 505 bytes | 505.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
6045953..4c2eea5 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'Changed Your Name to Alethea Campbell'
[master f30ae72] Changed Your Name to Alethea Campbell
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 4 insertions(+), 4 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 379 bytes | 379.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
4c2eea5..f30ae72 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'Update social media addresses and change color'
[master b519207] Update social media addresses and change color
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 4 insertions(+), 4 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 424 bytes | 424.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
f30ae72..b519207 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'redo add all changes'
[master 37ca866] redo add all changes
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 1 insertion(+), 1 deletion(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 321 bytes | 321.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
b519207..37ca866 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'make color'
[master 9cff64b] make color
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 1 insertion(+), 1 deletion(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 313 bytes | 313.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
37ca866..9cff64b master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'Update language on site'
[master d6e31e6] Update language on site
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 2 insertions(+), 2 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 577 bytes | 577.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
9cff64b..d6e31e6 master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: docs/about/index.md
modified: docs/assignments/week01.md
no changes added to commit (use "git add" and/or "git commit -a")
Aletheas-MBP:alethea-campbell aletheacampbell$ git add .
Aletheas-MBP:alethea-campbell aletheacampbell$ git commit -m'fill in content for week 1'
[master cb4927c] fill in content for week 1
Committer: Alethea Campbell <aletheacampbell@Aletheas-MBP.fios-router.home>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
2 files changed, 22 insertions(+), 12 deletions(-)
Aletheas-MBP:alethea-campbell aletheacampbell$ git push
Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 4 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.77 KiB | 1.77 MiB/s, done.
Total 7 (delta 4), reused 0 (delta 0), pack-reused 0
To gitlab.fabcloud.org:academany/fabacademy/2022/labs/dassault/students/alethea-campbell.git
d6e31e6..cb4927c master -> master
Aletheas-MBP:alethea-campbell aletheacampbell$